Chronological entries archive
Posted: Mon Feb 16, 2009 11:07 am
In entries_summary.tpl,
pulls a list of articles from a given month - but in reversed chronological order.
Any chance to turn it around so it pulls (or: emits) the articles in chronological order? Can I do the same for entries_archives.tpl?
YL
Code: Select all
{foreach from=$entries item="entries"}
{foreach from=$entries.entries item="entry"}
...
{/foreach}
{/foreach}Any chance to turn it around so it pulls (or: emits) the articles in chronological order? Can I do the same for entries_archives.tpl?
YL