Hello,
Is there a simple way to hide post count for a parent category, but show for its children? Using the standard "wp_list_categories('show_count=1&title_li=')" shows post counts for both.
Thanks.
Hello,
Is there a simple way to hide post count for a parent category, but show for its children? Using the standard "wp_list_categories('show_count=1&title_li=')" shows post counts for both.
Thanks.
You'd probably have to construct your own list of categories using get_categories with the apporpriate login to not display count for 'parent' categories.
Thanks. I will try what you suggested and see how far I can go.
This topic has been closed to new replies.