If I wanted to put the scripts that all my plugins use at the end of the page, where would I do this? Using YSlow/Firebug it recommends this tactic.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
The hook for registering the script in the footer is:
|
|||||||
|
|
One way - make use of queue. Another way is using good caching plugin (like W3 Total Cache) that is capable of moving and even concatenating scripts. |
|||
|
|
