Looking through the documentation I can’t seem to find anything that would enable the display each month only once above the first entry of that month.
In a series of news channel entries we want to display the month within <h1> tag only once per month and not with every subsequent entry. So “January” and then it’s three entries and “February” and then it’s four entries, etc.
Is this possible without using PHP inside a template?
Thanks in advance.
Justin