Years' list of events, with month headers
I'm building a calendar for a school. They want a page that has a list of all calendar events for the current and next school year, on one page, with month headings. For example:
Jan 2013
item
item
item
February 2013
item
item
item,
etc.
I'm not clear on wether that's possible, and if so, how to accomplish it. to be clear, I don't want a list of months, where I have to click on each month to see that month's events. I want a full list for x numbers of years, all with month headings.
Is this possible?
Replies
Low 15 May 2013 16:22
Should be doable. You'd have to use the Entries tag with a custom date range to specify this year and the next, and then use the first: variable with unit="year" to create the headings.