Hi
how can I make a mysql query to get the venue of an event.
I took a look into the db but still i can't figure out how venues are linked to events.
thx
Hi
how can I make a mysql query to get the venue of an event.
I took a look into the db but still i can't figure out how venues are linked to events.
thx
Hi Behrang,
Venues are taxonomy terms of the 'event-venue' taxonomy. The venue column is in the events table is deprecated and will be removed shortly.
To get events at a particular venue(s) you can use the tax_query argument of WP_Query in either a WP_Query instance or eo_get_events()
You must log in to post.