how to display categories?
-
I know we can display categories with this code
<?php wp_list_categories('title_li=0'); ?>
and the outcome is
<li class="cat-item cat-item-1"><a href="LINK" title="Title">Title</a></li>
Is there a way to display each category link with custom start and end?
so i can have an image displayed in the beginning and wrap it up with custom code for each link.
Thanks ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘how to display categories?’ is closed to new replies.