Entry Archive

Introduction

Extends your entries functionality with the Entry Archive module. Display your entries in an archived way sorted by year or by month.

Documentation versions

Installation

Prerequisites

Make sure your system meets the minimum requirements:

Installation Instructions

Update instructions

Entries Tag

The tag

{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.

Tag variables

Below are the Tag variables. Those variables can be used in the tag described above

years

The years loop

{years}
   ...
{/years}

year

The year name

{years}
   {year format="%y"}
{/years}

years - months

The month loop

{years}
   {months}
      ...
   {/months}
{/years}

years - month

The month name

{years}
   {months}
      {month format="%M"}
   {/months}
{/years}

years - months - entries

The entries tag. You can use your (or custom) variables inside this tag

{years}
   {months}
      {entries}
         ...
      {/entries}
   {/months}
{/years}

years - entries

The entries tag. You can use your (or custom) variables inside this tag

{years}
  {entries}
      ...     
   {/entries}
{/years}

Changelog

1.2.3

1.2.1

1.2

1.1

1.0