Add span to wp_list_categories
-
I’d like to add a span tag to display categories.
How it is right now:
<li class="cat-item cat-item-7"><a href="#">category #1</a></li>
How I’d like it to be:
<li class="cat-item cat-item-7"><a href="#"><span>category #1</span></a></li>
Unlike the other threads I’ve read, I’d like to do this inside my function.php file through a filter.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add span to wp_list_categories’ is closed to new replies.