katybeth
Member
Posted 2 years ago #
I followed the instructions to create my own templates in my theme folder in order to avoid problems when upgrading, but the plugin doesn't seem to be pulling from the templates I've created, but rather the defaults. I am using a child theme; when I put the folder in the "parent" theme folder, it works fine, but not the child theme. Would be useful if the plugin looked in child theme folder as well.
bgunnink
Member
Posted 2 years ago #
Katybeth,
I'm not familiar with parent/child themes. Is there a doc for them?
I don't know of any official documentation for child themes. However I have found by editing the nr_load_template function (found in now-reading-reloaded/now-reading.php) so it uses STYLESHEETPATH instead of TEMPLATEPATH; then my custom templates get loaded from my child theme's directory.