Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
add_filter('body_class','category_body_class'); function category_body_class($classes) { foreach ( ( get_the_category() ) as $cat ) { echo $cat->category_nicename; } }
This paste will be private.
From the Design Piracy series on my blog: