I am looking to build a new wordpress site, and I am looking at existing “Events” plugins, but there are so many I was hoping that someone could point me in the right direction.
I am looking at building a “local music” aggregator. I am looking for a plugin that I can build out the “venue” and the “band” as separate entities, and the event is the marriage of the two. The reason I want them separated is so I can add information about each (reviews of location, past pics held there, etc) and for the band (type of music, their social media, etc).
So far what I have been finding is one or the other.. Anyone have any suggestions?
Personally I’d do it all with custom post types. Venue, Band, and Event would each be a different CPT. Then I’d use the Relationship field in ACF to link a Venue and Band to an Event.