Limit in yearly archives
Quick question, didn't see it in the docs... I'm using yearly archives to list dates in the format:
Month, Year (num_entries).
Is there way to limit this output to the most recent 15 months.
{exp:low_yearly_archives channel="philanthropist" status="not closed" sort="desc" monthsort="desc" }
{months}
{if num_entries != 0}
<li><a href="{path=philanthropist/archives}/{year}/{month_num}/">{month} {year} ({num_entries})</a></li>
{/if}
{/months}
{/exp:low_yearly_archives}
Replies
Low 18 Oct 2012 20:28
There is not, at the moment. I'll consider it a feature request.