<$mt:CategoryCount$>
The number of published entries for the category in context.
Example ΒΆ
List categories containing entries with a count:
<ul>
<mt:Categories>
<li>
<a href="<$mt:ArchiveLink type="Category"$>"><$mt:CategoryLabel$></a> (<$mt:CategoryCount$>)
</li>
</mt:Categories>
</ul>
This page was last updated on 2009-06-23, 12:22. [Edit]

Gautam Patel
September 17, 2009 4:55 AM | Reply
All counts take the following additional (undocumented) attributes:
Where sometext is whatever you want.
Thus, this could be:
and it will say "1 entry", "2 entries" (or whatever number of entries it finds) or "No entries"