Sunday, 2 June 2013

Changing Div Class per category title

Changing Div Class per category title

Okay so I have my categories wrapped in a div
<div id="categoryf"><?php $category = get_the_category();  echo $category[0]->cat_name;?></div>
and it only shows the first category, how i want it, but i want certain categories to have a different div. A div with a different background color.
How would I Accomplish this.

No comments:

Post a Comment