Extends your entries functionality with the Entry Archive module. Display your entries in an archived way sorted by year or by month.
Make sure your system meets the minimum requirements:
{exp:entry_archive:entries}
The {exp:entry_archive:entries}
tag inherit the {exp:channel:entries}
thats why you can use your normal entries tag also.
Below are the Tag variables. Those variables can be used in the tag described above
The years loop
{years}
...
{/years}
The year name
{years}
{year format="%y"}
{/years}
The month loop
{years}
{months}
...
{/months}
{/years}
The month name
{years}
{months}
{month format="%M"}
{/months}
{/years}
The entries tag. You can use your (or custom) variables inside this tag
{years}
{months}
{entries}
...
{/entries}
{/months}
{/years}
The entries tag. You can use your (or custom) variables inside this tag
{years}
{entries}
...
{/entries}
{/years}