Hi,
I combined all js files into header.js and footer.js.
To stop plug ins from including js in header I used <?php wp_deregister_script('jquery'); ?> before wp-head hook. This stopped some of the js. files being included, but some remained...
In the footer I failed to stop shadowbox js from including it's code.
Any ideas how to do this?
Plugins that I cannot get not to output their .js file in theme:
contact 7
shadowbox js
any help appreciated!