• Resolved trebtreb

    (@trebtreb)


    How can I change the way a list of categories display?

    Im using this:
    <?php wp_list_categories('show_count=1&title_li=&hide_empty=0'); ?>
    Which outputs as: <li><a href="#">categories name</a>(12)</li>

    But I want it like this:
    <li><a href="#">categories name <em>12</em></a></li>

    Can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Formatting Category list display?’ is closed to new replies.