Hey guys
How do I solve this: I have a weblog with, say 30 entries in, but I want to display the total numbers of entries with only one loop, like below.
Like “absolute_count” but for weblog entries.
I would really rather do this without using a custom query.
{exp:weblog:entries weblog="shows" limit="1"}
{total_results}
{/exp:weblog:entries}
Tnx
