Hi everyone,
The more I play with Thematic, the better I like it. My first post here.
I would like to add a class to the first item in a list, in my sidebar, class="cat-item-first", like so:
-
<li class="cat-item cat-item-first cat-item-4">
<li class="cat-item cat-item-5">
<li class="cat-item cat-item-6">
<li class="cat-item cat-item-7">
[...]
This class definition comes from the "classes.php" file, but I do not want to change anything in the wordpress core files. I would like to make this change in my theme directory, and I do not know how. Would there be a function that would allow me to do such a thing?
Thanks for any tip about how to do this.
Pat