Just a quick question... is there a way to display the category slug in a template (not the name of the category)?
For example if I had a category called 'Post Category' is like to display the category as a slug so I can apply a style for it, so I'd like it to be displayed as post-category.
I'd then use CSS so I can apply a style like this...
<span class="post-category">
Not sure if this really makes sense?