Hi,
I am using a modified version of the Blix template and would like to display the amount of posts that are contained in each category next to the category name on my sidebar.
What code should I implement?
Thanks
Gareth
Hi,
I am using a modified version of the Blix template and would like to display the amount of posts that are contained in each category next to the category name on my sidebar.
What code should I implement?
Thanks
Gareth
I use <?php wp_list_cats('sort_column=name&optioncount=1'); ?>
The optioncount argument is the one that shows how many posts are in each category.
Thanks alot, sorry I haven't replied I have been quite busy.
Regards
Gareth
Good one pizzaman - thanks!
This topic has been closed to new replies.