Part of the EllisLab Network

Plugin Information

Yearly Archives 1.11 third_party

Download
Author:
Lodewijk
Published:
Mar 07, 2006
Last Updated:
Dec 01, 2008
License:
Creative Commons Attribution Share Alike
Categories:
Plugins  Add-On  Entries  
Plugin for displaying yearly archives.

Requirements

EE 1.4.0+

Example Usage

<ul class="yearly_archives">
{exp:yearly_archives weblog="blog" start_month="1" status="not closed"
sort="desc"}
  
<li>
    
{if leap_year == 1}<em>{year}</em>{if:else}{year}{/if}
    
<ul>{months}
      
<li>
        
{if num_entries > 0}
          
<a href="{path=blog/archive}{year}/{month_num}/"
title="{num_entries} entries in {month} {year}">{month_short}</a>
        
{if:else}
          {month_short}
        {
/if}
      
</li>{/months}
    
</ul>
  </
li>
{/exp:yearly_archives}
</ul>