I just want to ask on how to print script 'javascript' at the footer using simple plugin. I'm using wordpress 3.0. any ideas?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use a functions.php file inside your theme template add this :
Hope it helps! |
|||
|
|
Hum may be it's too late to answer, but if anyone else comes here with the same problem : There is a plugin to do this : http://wordpress.org/extend/plugins/footer-javascript/ Or you can doing this manually by adding this short code in your functions.php :
|
|||
|
|
|
For an external javascript file to be linked in the footer, use this (>= WP2.8)
That last true means that the script should be put at the wp_footer() hook. |
|||
|
|