• using <?php wp_list_categories( ‘number=5&title_li=0’ ); ?>, outputs:
    <li class="cat-item cat-item-11"><a href="url" title="title here">Category Name</a></li>

    is there any way I can put a heading tag in front of the link? so it would look like this:

    <li class="cat-item cat-item-11"><h3><a href="url" title="title here">Category Name</a></h3></li>

    Thanks for help.

  • The topic ‘List Category Help’ is closed to new replies.