=== WP Autoload === Contributors: invisnet Tags: theme, javascript, css Requires at least: 3.2.0 Tested up to: 3.2.1 Stable tag: 1.0 Automatically load per-template JavaScript and CSS files. == Description == Most themes have a single stylesheet plus a few scripts, and these are included in every template. *WP Autoload* makes it trivial for theme developers to split up styles and scripts by template, simplifying development and maintenance. == Installation == 1. Upload the plugin to your plugins directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Check the settings on the configuration page (Settings -> WP Autoload) == Frequently Asked Questions == = What about performance? = For templates where there is no specific stylesheet or script file the performance implications of *WP Autoload* are negligible. For templates with both a specific stylesheet and script file *WP Autoload* will add two requests to the overall page load sequence. Typically these extra requests have no significant impact on page load time because they are offset by the reduced size of the common stylesheet. == Changelog == = 1.0 = * Initial release.