Home › Forums › Back End › Can’t seem to get any jscript to work in WP › Re: Can’t seem to get any jscript to work in WP
July 5, 2009 at 1:19 pm
#60252
Member
You can’t "wp_enqueue_script" from a theme’s template. wp_enqueue_script is more for plugins really, but if you really want to use it you must call it from functions.php before the header has been output.