-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
60 lines (42 loc) · 1.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== Custom Body Class ===
Contributors: euthelup
Tags: custom, body, css, class
Requires at least: 5.2.0
Tested up to: 6.0.0
Stable tag: 0.7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A plugin which allows you to add a custom CSS class the HTML body tag.
== Description ==
You can use this plugin to add a unique CSS class to your pages or posts.
There's a way to add a class to appear only on mobile devices. You can do that by simply adding `mobile-` on the front of
the class. For example, if you want to have the class "car" for mobile side, you need to use "mobile-car".
== Installation ==
1. Install Custom Body Class either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory
2. After activating Custom Body Class go to any edit page and see the Custom Body Class metabox in the right sidebar.
== Changelog ==
= 0.7.3 =
* Update: Check compatibility with 6.0.0.
= 0.7.2 =
* Fix: Properly instantiate plugin default settings.
= 0.7.1 =
* Update: Check for nonce existence on settings page form.
= 0.7.0 =
* Update: Better escapes for the plugin's settings page.
* Update: Modified textdomain as the plugin's name.
* Add: Nonce verification for the plugin's settings page.
= 0.6.0 =
* Fix: Now the metabox will load even if the Autocomplete feature is off.
* Add: The capability to restrict the metabox for Administrators only.
= 0.5.0 =
* Add an option for a global class
= 0.4.0 =
* Add support for classes on mobile devices
= 0.3.0 =
* Add a tag selector with autocomplete for all post types
= 0.0.3 =
* Quick archives fix
= 0.0.2 =
* Small fixes, and typos
= 0.0.1 =
* We are on