I want to have a list of categories, with the total number of entries for a given weblog assigned to the given category, so:
<ul>
{exp:weblog:categories weblog="blog"}
<li><a href="http://{path=blogs}">{category_name}</li> ({total_entries_for_this_catagory})</a>
{/exp:weblog:categories}
<ul>Any ideas how this can be achieved?