I’m using this code to count total number of entries on my site:
{exp:stats weblog="not pages|ads|blog|shop|events" status="Open|Featured"}{total_entries}{/exp:stats}But as I’ve quickly realized this tag doesn’t actually loop through entries and therefore the status= param is not supported.
I need to way to count total entries but only count entries with certain statuses (because who wants to know about closed or draft entries right?).
Any ideas? Can I do it with the weblog loop?