Using with the_category
-
I’m trying to list an array of the associated categories and add the icon to each listed.
Is there a way to do this?
<li class="meta-cat"><b><?php the_icon('size=small'); the_category ( '<hr>' ); ?> </b></li>
This results in an icon for the first category, but does not list for each.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using with the_category’ is closed to new replies.