I am on the look-out for tags that will help me display the number of posts in each category.
I already have a list of categories, but I need to display the numbers as well.
Any ideas? This is what I’ve tried.
{exp:weblog:categories weblog="{my_weblog}" style="nested" show_empty="no"}
<a href="http://{path=blog/archive}">{category_name}</a>{exp:weblog:entries weblog="{my_weblog}" category="{category_id}"} ({total_results}) {/exp:weblog:entries}
{/exp:weblog:categories}m
[Mod edit: moved to How To forum]