I’m running into a weird issue where I’ve got a calendar page built that displays events and groups them into Month /Year using the date_heading option. But the headings stop after the current year (see screenshot).
Here is my basic code structure:
{exp:channel:entries channel="event" disable="pagination|categories|category_fields|member_data" orderby="entry_date" sort="asc" show_future_entries="yes"}
{date_heading display="monthly"}
<h3>{entry_date format="%F %Y"}</h3>
<p> {/date_heading}<br />
</p><h4>{title}</h4>
<p> {event_copy}{/exp:channel:entries}Any ideas?
Porter.