Question:
How can show how many total entries are in the currently viewed category?
Answer:
You can add this to the template used to view entry lists by category, ala ...index.php/weblog/index/C1:
{exp:weblog:entries weblog="weblog1" limit="999"}
<p>{if count == "1"}{total_results} total entries{/if} </p>
{/exp:weblog:entries}
Category:Categories Category:Templates
