Are sub pages working for child themes?
I have started working on a child theme for CP 3.1.3 and notice the following
the style.css works
the index.php works
the header.php works
but now if i include the following file
includes/theme-header.php that does not work
I tried different methods of including the child theme files like stylesheetpath, locate template etc... but what it does is calls the file from the parent theme file as well as the child theme file leading to conflict.
Theoretically speaking when I do child themes for other templates, the child theme files over-ride the parent but its not happening in case of cp 3.1.3
Any ideas?
Last edited by classifiedsnext; August 1st, 2011 at 12:10 AM.
Reason: used .css instead of .php for index & header