• Resolved Dan

    (@dgoldingim)


    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-california

    The 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?

Viewing 1 replies (of 1 total)
  • You could create an Event Category for each city then assign each event a city for it’s category. The Categories page would then have a list of each city and clicking on a city would bring you to a page with the list of all events in that city. If you have other event categories than just cities then you could use the [category_list] shortcode to create a listing of just the cities.

    If you don’t already have a Categories page you can create a page and then make that page the Category page by going to Events Manger->Settings and click on the Pages tab then click on Event Categories and then select the Categories page from the pulldown.

    Another way to display all the events in a particular city (without using Event Categories) is to use the [events_list] shortcode with the “town” attribute https://wp-events-plugin.com/documentation/event-search-attributes/. This would allow you to create a page for each city and display only the events for that city on the page. Then create an index page that would have links to each of these pages.

Viewing 1 replies (of 1 total)

The topic ‘Location pages for each town’ is closed to new replies.