Slug as body class

Add a unique class to the body tag for easy styling of individual pages

Author:Carlo Roosen, Elena Mukhina (profile at wordpress.org)
WordPress version required:3.7
WordPress version tested:3.9.2
Plugin version:1.0
Added to WordPress repository:09-08-2014
Last updated:11-08-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:6
Plugin URI:
Total downloads:2 582
Active installs:200+
plugin download
Click to start download

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/.


FAQ
ChangeLog