Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Child Theme : Adding jquery plugin to my child theme

just use:

<?php locate_template( array( 'somefile.php' ), true ) ?>

Then you don’t have to worry about templatepath or stylesheetpath.

Skip to toolbar