CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
PHP Problems
Wordpress CSS style on Category lists
vnvillar
Permalink to comment
#
September 2011
Hi Guys,
I've been trying to work on styling categories that is being displayed under each posts and I need them to display them with their specific color.
Here's the code that I used:
<?php the_title(); ?>
<?php comments_popup_link('+', '1', '%'); ?>
<?php the_category(', '); ?>
Any ideas guys?
Thanks in advance for the help :)
Best,
Val
Add a Comment
I've been trying to work on styling categories that is being displayed under each posts and I need them to display them with their specific color.
Here's the code that I used:
<?php the_title(); ?>
<?php comments_popup_link('+', '1', '%'); ?>
<?php the_category(', '); ?>
Any ideas guys?
Thanks in advance for the help :)
Best,
Val