There seems to be some... latitude from higher-ups regarding leaving the wp_enqueu_script( 'comment-reply' ) in header.php (can't say I agree, but it's not worth fighting over at this point). But other than that, all enqueues should be in functions.php, hooked intp wp_enqueue_scripts. Any calls to add_theme_support() must be in functions.php, hooked into after_setup_theme.<div>
<br></div><div>Chip<br><br><div class="gmail_quote">On Mon, Feb 20, 2012 at 1:45 AM, Paul Appleyard <span dir="ltr"><<a href="mailto:paul@spacecat.com">paul@spacecat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi again<br>
<br>
Is it required that scripts be enqueued in functions.php (or an included settings file)? Obviously it's best practice (as well as grouping them in a function)<br>
<br>
Author has an add_theme_support() in header.php and a wp_enqueue_script() as well.</blockquote></div></div>