How to order categories by posts?
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to order categories by posts?’ is closed to new replies.