I’m afraid that the custom templates plugin doesn’t have the built in queries that lets you display events by venue. It’s possible to add them by adding a few lines of code though. First, in the index.php file of the custom templates add-on (to clarify, not the calendar table add-on) where it has the default shortcode attributes (right after line no. 69 you add:
'venue_id' => NULL,
'use_venue_id' => false,
Then in the main query, right before the Group by ID is added to the query (line 167) you’d add:
The support post ‘using venue shortcode with custom view templates’ 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.