• I’m using this syntax for ordering categories by the number of posts in each categories.

    <?php wp_list_categories(‘title_li=&show_count=1&child_of=3&number=5&orderby=count’); ?>

    Still it’s not working… It shows the categories ordered alphabetically. Please help me…

    You can check it at the sidebar

    http://www.primobazaar.com/

Viewing 1 replies (of 1 total)
  • Try adding the ‘hierarchical=0’ parameter to your arguments. Without that, it seems to always list in hierarchical order.

Viewing 1 replies (of 1 total)

The topic ‘How to order categories by posts?’ is closed to new replies.