Forum
Template showing how to display events grouped by month?
Just wondering if anyone has built a template displaying events grouped by month. I've looked through the documentation and the forum and don't see any answers to this. Not being a PHP developer, this is the sort of thing that frequently trips me up.
I'm looking to display events managed using the Events app like so:
January
11th - Ski Day
17th - Trip #2
February
7th - Ski Day
21th - Trip #2
etc.
Any help would be greatly appreciated.
I did something similar using a custom-listing-day.php template:
and I called it like this:
Does that do the trick?
If you order the events by date, you can display something when the year/month is different from the previous:
I mean custom-listing-day.html template.
Thanks Jane and Drew! I'll try your suggestions.
Hi Jane, Your solution worked perfectly--it was a real help seeing the code that Drew referenced in context.
Thanks so much, Tim