I was hoping to get some help with how I organise posts in WordPress.
I have 2 Custom Post Types called ‘Places’ and ‘Events’.
In the Admin, I’d like to be able to create a ‘Place’ post and associate multiple ‘Events’ posts to this.
So perhaps inside an ‘Event’ post, I can select a ‘Place’ post from a list to associate that ‘Event’ with that ‘Place’.
Can someone explain how I would achieve this?
Would I have to look at Taxonomies?
Many thanks for any advice.
Three methods:
If your relational mapping is a 1 place can have many events, but one event can only have one place, then a fourth option becomes available: