Courses grouped by Date ordered by Event time and events with same time show next to each other. I have max 2 events that can happen at same time
Now i want to show these events per CITY per VENUE
Meaning the above link will lead to page listing CITIES
when click on a CITY, VENUES in that CITY will be listed
when click on a VENUE, COURSES in that VENUE will appear in the form of above link
Can you suggest where to get CITY from?
In EVENT VENUES i see CATEGORIES, can i use the CATEGORY as a CITY
so when adding a new venue i choose to which category (city) it belongs
$venues will be an array of cities for your venues, loop over those and output your list, although you may want to use get_all() to pull EE_Venue objects so you can use those for further values, then just loop event the EE_Venue objects to output city().
The model system makes this fairly easy to do, if you haven’t looked over it already I recommending you view the docs here:
The support post ‘Events per venue per city’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.