=== WP Enqueue === Contributors: boykodev Tags: wp_enqueue, enqueue, scripts, styles Requires at least: 4.2 Tested up to: 4.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin makes it dramatically easier to enqueue scripts and styles. Manage it from a separate option menu page. == Description == This plugin makes it dramatically easier to enqueue scripts and styles. Manage it from a separate option menu page. You can enqueue in `head` or in `footer`, enqueue in admin dashboard, enqueue only for homepage, enqueue for all pages/posts/categories/archives or enqueue for a specific page/post/category. Choose from any script/style in theme folder or from a specific plugin folder. It has never been so easy before! == Installation == 1. Upload the plugin files to the `/wp-content/plugins/wp-enqueue` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the `Plugins` screen in WordPress 3. Use the Settings->WP Enqueue screen to configure the plugin 4. Press `Show help` for more instructions. == Screenshots == 1. WP Enqueue Option Menu 2. WP Enqueue Scripts 3. WP Enqueue Styles == Changelog == = 1.2.0 = * Multisite support. = 1.1.0 = * Add WordPress default scripts. = 1.0.0 = * Initial version.