Tagged Questions
0
votes
1answer
475 views
How can I make wp_list_categories output li with category-slug as class, for its children?
Simply put, I'd like to change the wp_list_categories output from this:
<li class="cat-item cat-item-1"><a href="http://mysite.com/category/articles">Articles</a></li>
...
0
votes
2answers
398 views
Differentiate Between Parent & Child Categories
So I'm working with a non-wordpress theme called "Misty" and it uses this code to pull categories:
<li class="sidebox">
<h3><?php _e('Categories','ml'); ?></h3>
<ul ...