I have my posts assigned into an unordered list for my category pages. I want to add a class to each
Can I do something like:
<li class="<?php the_tags() ?>">
Also...if I need to define an element (a la $thetag), can you give me specific directions how to do it? I am learning about java through trial and error and this is one area I am fairly hazy on.
Thanks!