Hi,
I am using this code ( simplified ) to display a yearly archive:
{exp:channel:month_links channel="news"}
{year_heading}{year}{/year_heading}
{/exp:channel:month_links}It works perfectly when it is not within a channel:entries tag. But in one of my templates I need to output this list inside a channel:entries tag.
It is the template that displays a single news article and I think that confuses the month_links thing. It outputs the year of that article multiple times.
Any way to prevent that?