>
Download This Plugin | |
Download Elegant Themes | |
Name | Slug as body class |
Version | 1.0 |
Author | Carlo Roosen, Elena Mukhina |
Rating | 100 |
Last updated | 2014-08-11 10:10:00 |
Downloads |
304
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Slug as body class plugin added 14 bytes of resources to the Home page and 1 bytes of resources to the sample Post page.
Slug as body class plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Slug as body class plugin ads no tables to your Wordpress blog database.Want to have css styling rules for individual pages or posts?
This plugin adds a unique class to the body tag of the html. The added class is formatted as "[post_type]-[post_name]". For a page with slug (= post_name) "about" it will be "page-about", and for a post named "today" it will be "post-today". Currently no slug will be added for archive and category pages. Please let us know if you need this and we will add it.
Say you want to have a red title on your contact page. With this plugin all you need to do is add this line to your css:
body.page-contact h1 { color : red; }
Thanks to Damiaan van Vliet for this plugin idea http://www.albuswebdesign.nl/.