Format category list
-
I am using wp_list_categories to show the categories but I want them formatted in a certain way as shown below.
The odd/even class and the spans are important as I want an alternating background color.<ul> <li class="odd"><span><a href="" title="">Parent category</a> <ul class="clearfix"> <li><a href="" title="">Child category</a></li> <li><a href="" title="">Child category</a></li> </ul> </span> <li><span><a href="" title="">Parent category</a> <ul class="clearfix"> </li> <li><a href="" title="">Child category</a></li> <li><a href="" title="">Child category</a></li> </span>
Any way I can go about this? (As a last resort, is this possible by hacking the “category-template” file?)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Format category list’ is closed to new replies.