I’d like to have my archive links nested in this manner:
2009
<div id="months">
January
</div>
2008
<div id="months">
October
September
March
</div>I know that it’s possible to use the {year_header} tag to enclose the {year} as well as the container DIVs for the months, but without a sort of {year_footer} I have no way of closing them.
{exp:weblog:month_links weblog="entries" limit="50"}
{year_heading}
{year}:<br>
{/year_heading}
<a href="http://{path=current/archives}">{month}</a><br>
{/exp:weblog:month_links}
Is there a way that anyone knows of enclosing the months like this?