Child Theme : Adding jquery plugin to my child theme
-
I am trying to figure out how to add a jquery plugin i want to use on my site.
At the moment i have it hard coded into the header.
What is the best way to include it into my child theme.
On an aside which may be related – i have been trying to include another php file into my child theme
using <?php include( TEMPLATEPATH . ‘/somefile.php’ ); ?>
This looks for it in the Parent theme file and not the child.
What am i missing?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Child Theme : Adding jquery plugin to my child theme’ is closed to new replies.