Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


Brajesh Singh
Participant

@sbrajesh

well, for jquery plugin, use wp_enqueue_script in the child theme’s functions.php

for your other problem, use this code

<?php include_once(get_stylesheet_directory().'/somefile.php');?>

This should solve the problem.

The TEMPLATEPATH will point to parent theme not to the child theme.

Skip to toolbar