Location pages for each town
-
By default the Events Manager location system creates a page for each specific venue (location). For example, let’s say the event is a football match at a stadium. The Events Manager location system creates an entry and page for the stadium. URL: /locations/my-football-stadium
With /locations/ listing each venue (location).
I want to create two separate location listings.
1) /locations/ lists out towns, which each have their own page:
/locations/
-> Dallas, Texas /locations/dallas-texas
-> LA, California /locations/la-californiaThe location town pages then list out upcoming events in that town (possible to have multiple events at different venues in 1 town)
2) /venues/ lists out the venues in the system (essentially the default location system we have now).
/venues/
/venues/my-football-stadium
/venues/my-other-football-stadium
How would I go about doing this? I can’t be the only one who needs a setup like this?
The topic ‘Location pages for each town’ is closed to new replies.