Low Yearly Archives Documentation

Example

    
        {exp:low_yearly_archives channel="blog" start_month="1" status="not closed" sort="desc"}
        {if year_count == 1}<ul>{/if}
        <li>
            {year}
            <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>
        {if year_count == total_years}</ul>{/if}
        {/exp:low_yearly_archives}
    

Support

Having problems setting up and/or using Low Yearly Archives? Support is offered from 10am to 4pm EST weekdays. Send us an email at help@eeharbor.com and we will respond as quickly as we can.