Changeset 2740538
- Timestamp:
- 06/10/2022 04:42:01 PM (4 years ago)
- Location:
- wp-custom-body-class
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
trunk/css/admin-custom-body-class.css (modified) (1 diff)
-
trunk/custom_body_class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-custom-body-class
- Property svn:ignore
-
old new 3 3 trunk/README.md 4 4 .idea/ 5 .idea
-
- Property svn:ignore
-
wp-custom-body-class/trunk/css/admin-custom-body-class.css
r1244176 r2740538 105 105 } 106 106 107 108 107 #custom_body_class_value+.tag-editor .tag-editor-delete:before { 109 108 content: "\f153"; -
wp-custom-body-class/trunk/custom_body_class.php
r2316707 r2740538 4 4 Plugin URI: https://a.lup.dev 5 5 Description: A plugin which allows you to add a custom CSS class the HTML body tag 6 Version: 0.7. 26 Version: 0.7.3 7 7 Author: Andrei Lupu 8 8 Author URI: https://a.lup.dev -
wp-custom-body-class/trunk/readme.txt
r2316707 r2740538 2 2 Contributors: euthelup 3 3 Tags: custom, body, css, class 4 Requires at least: 4.9.05 Tested up to: 5.4.16 Stable tag: 0.7. 24 Requires at least: 5.2.0 5 Tested up to: 6.0.0 6 Stable tag: 0.7.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 A pl ugin which allows you to add a custom CSS class the HTML body tag.10 A plain simple plugin which allows you to add a custom CSS class the HTML body tag. 11 11 12 12 == Description == 13 13 14 You can use this plugin to add a nunique CSS class to your pages or posts.14 You can use this plugin to add a unique CSS class to your pages or posts. 15 15 16 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 16 = Demo = 17 18 [TasteWP](https://tastewp.com/) has prepared a quick WordPress instance with this plugin, so you can give it a try [in this demo](https://demo.tastewp.com/wp-custom-body-class) 19 20 = Responsiveness = 21 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 17 22 the class. For example, if you want to have the class "car" for mobile side, you need to use "mobile-car". 23 24 = Support me = 25 26 If you find this plugin helpful, or you just want to send me a coffee here are the ways: 27 28 * Use the Github Sponsor button 29 * [Patreon](https://www.patreon.com/thelup) 30 * [Ko-fi](https://ko-fi.com/thelup) 31 * Watch me coding on [twitch.tv/thelup](https://www.twitch.tv/thelup/) 32 * Or simply visit my site [lup.dev](https://a.lup.dev/) and make those analytics ring. 18 33 19 34 == Installation == … … 23 38 24 39 == Changelog == 40 41 = 0.7.3 = 42 * Update: Check compatibility with 6.0.0. 25 43 26 44 = 0.7.2 =
Note: See TracChangeset
for help on using the changeset viewer.