Plugin Information
Yearly Archives 1.11
- Author:
- Lodewijk
- Date:
- Mar 07, 2006
- License:
- Creative Commons Attribution Share Alike
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>

