Hey all.
I want to know the total number of entries a certain weblog:entries tag returns, including those across other pages.
It’s probably a variable I’m missing but I know of these so far.
{count} - gets me the current iteration of the weblog:entries loop, and is unique to each page of results.
{total_results} - gets me the total count of entries displayed, per page.
{absolute_count} - gets me the iteration of this entry, across all pages…
And then I need a variable to get me the total number of entries found across all pages.
But either I’m blind, or it doesn’t exist?
Help?!?