BACK TO DIRECTORY

Slug as body class

by Carlo Roosen

5.0
(6 ratings)

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.

example

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;
}

Acknowledgements

Thanks to Damiaan van Vliet for this plugin idea http://www.albuswebdesign.nl/.

Plugin Details

Active Installs
100
Total Downloads
3,607
Version
1.0
Requires WP
3.7
Requires PHP
Tested Up To
3.9.40
Added
2014-08-09
Last Updated
2014-08-11 10:10am GMT

Ratings

5
6
4
0
3
0
2
0
1
0