override post template when using child theme
-
Can you please replace
“$in_theme = get_template_directory().’/rpc/’.$filename.’.php’;”
with
“$in_theme = get_stylesheet_directory().’/rpc/’.$filename.’.php’;”
inside carousel.class.php in your next update so that template override works for child themes also?Thanx in advance and congratulations on your work!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘override post template when using child theme’ is closed to new replies.