Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter guillaumeb

    (@guillaumeb)

    OK so i’ve gone thru the doc for 2.1 and tried
    <?php wp_list_categories(‘sortby=name&show_count=0&feed=RSS’); ?>

    But it would not work either

    I wanted to do the same thing and this worked for me –
    <?php wp_list_categories('orderby=name&show_count=1&hierarchical=0&title_li'); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying categories on a page’ is closed to new replies.