WordPress category colors
WordPress category colors
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- acescence0
you'll have to crack open your template and modify it a bit. most templates use the function the_category to print out a simple list of categories. replace it with this function instead...
http://codex.wordpress.org/Funct…
check out the show category images example, you could mod that to style each of your categories individually via css...