Events with multiple dates/times as a single event.
-
I know recurring events are a thing but is there a way to display them as only ONE entry in the event list? My question is specifically about theatre shows. Everything including the location is exactly the same for all performances, but if we have a run of 8 shows a week for 6 weeks, then it displays as 48 events in the loops, widgets, etc., and no one can see the other shows in the season. Is there a way to display it as only one entry with, say “July 2 – August 15”, and then have it link to a single ‘single-event.php’ page where I can just list all of the dates? I’m coding a custom theme so snippets are fine. Perhaps there’s some kind of id that gets applied to all of the events in a recurring event series that I can use to consolidate everything and sort by the first date in the series?
Essentially what I’m wanting is to avoid having to somehow replace the date field on the normal non-recurring events with an ACF repeater field so I can add multiple dates/times to a single event. All I need is an array of dates/times.
- The topic ‘Events with multiple dates/times as a single event.’ is closed to new replies.