I am modifying the qtip output of the espresso calendar and I have venues associated with each event. Currently I’m using the venue shortcode with the event ID to output this information but would like to have more control.
I noticed in the $event object there are a few venue parameters ( http://imgur.com/gdzqQ )…why does this not pick up the associated venue information the way I would expect?
There isn’t a custom loop that you could really use. They aren’t posts, so there’s no get_posts or query_posts equivalent. You’d need to work with the SQL directly, hence, it’s probably easier to just use the shortcode. Plus, all the data for venues should be accessible through the [ESPRESSO_VENUE] shortcode parameters.
Viewing 5 reply threads
The support post ‘Where is the venue info for the $event object?’ 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.