Log in Sign up

Group Posts Number

I know that {{total_posts}} gets me the number of every published post. Is there a similar query that will give me just the number of posts in a given group (i.e. month). You can see what I'm trying to accomplish here:


2 years ago, 2 replies   Edit question

You should always be able to use the length property of the lists of entries e.g. {{entries.length}} even within the nested lists on the archives page

Answered 2 years ago · Edit answer

Awesome, thanks!

Answered 2 years ago · Edit answer