We really need a better description as to how to use this plugin.
1- Do you remove the old JS files once this one generates compressed versions?
2- Which versions of WP can it support?
3- What's the point ofd adding j-scripts to pages if they have already been compressed?
http://wordpress.org/extend/plugins/wp-js/
1 - If you go to: http://www.halmatferello.com/lab/wp-js/
2 - If you read the plugin home page is says "Requires WordPress Version: 2.5.1 or higher" http://wordpress.org/extend/plugins/wp-js/
3 - This plugin allows you to compress js files as well as combine into a single file that is sent to the client rather than sending them several files. It lets a developer be more free about how many js files he/she wants to create.
Thorandor
Member
Posted 10 months ago #
Hiya,
Unfortunately the link did not help a lot as it doesn't describe where you are doing these changes to make the program work. My theme grabs all link and script information via <?php wp_head(); ?>, but without knowing where this is actually being generated and how your explanation is not really of much use for WP-beginners or intermediates.