-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
42 lines (32 loc) · 1.28 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=== 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.