Hi EE guys and gals,
I’ve helping a friend get their EE site up and running.
The website a list of events, which have custom channel fields for the start date of the event.
I can already sort the entries in the channel by the custom start date - nice - which gives:
Event 1
Event 2
Event 3
Event 4.
The goal is to output the list of events so they are wrapped by the month from the custom start date.
January
Event 1
Event 2
Feb
Event 3
Event 4
Event 5
Can anyone help point me in the write direction?
I remember from using EE years ago that there was a script that used to output the entries in yearly/monthly groups for the archives - so it must be possible somehow?