=== Plugin Name === Contributors: aarontgrogg Tags: body, class Requires at least: 3.1 Tested up to: 3.5 Stable tag: 1.1 Add URL Slugs to `body` Class == Description == This plug-in takes the URL, chops it into pieces, and adds each "piece" as an additional class to the `body` tag. Meaning, if your page's URL is: http://aarontgrogg.com/2012/02/24/wordpress-plugin-add-url-slugs-as-body-classes/ Your page's `body` tag would have at least these classes: `2012 02 24 wordpress-plugin-add-url-slugs-as-body-classess` It gets much stronger when you start thinking about Categories or nested Pages: `http://aarontgrogg.com/category/wordpress/` which would give you: `category wordpress` while: `http://aarontgrogg.com/movies/star-trek/wrath-of-khan/` would give you: `movies star-trek wrath-of-khan` Please let me know if you have any questions/suggestions/thoughts, Atg [http://aarontgrogg.com/](http://aarontgrogg.com/) [aarontgrogg@gmail.com](mailto:aarontgrogg@gmail.com) == Installation == 1. Download the ZIP 2. Unzip the ZIP 3. Copy/paste the unzipped files into your WP plug-in directory (`/wp-content/plugins/`) 4. From within WP's Plugin Admin panel, Activate the plug-in 5. Write some wicked CSS to amaze your friends and befuddle your enemies... == Frequently Asked Questions == = Well, this is kind of simple, so I wouldn't expect many, really... = * So I guess I'll just say HI! == Screenshots == == Changelog == = 1.1 = 2013-01-11: * Tested & verified in WP 3.5 = 1.0 = 2012-02-24: Well, this is the first version, so... here it is!