Could someone please help expalin how to do this, or point me in the right direction.
I have a channel named Event Calendar, that consists of only 1 field - being ‘date’.
So the user creates a new entry, gives it a title (event), and selects the date.
Now on the page I want only the current and follwing month to appear. The month would be the header, and each event entry that occurs within that month to appear below it:
April 2012 May 2012
-event 1 -event 4
-event 2 -event 5
-event 3
Is this possible? Any help is appreciated.
I already have the code below within my channel:entries tag, but once again not sure how to specify to show the events for that month only.. plus output the same code but for the following month (and its events).
{date_heading}{eventdate format="%F"}{/date_heading}
<h2>{eventdate format="%j%S"}</h2>
<h3>{title}</h3>