I made a few changes to your code to make the venue template tags work:
FALSE,
'order_by' => 'start_date',
'sort' => 'ASC'
);
// run the query
global $wp_query;
$wp_query = new EE_Event_List_Query( $atts );
// load the venue view
EE_Registry::instance()->load_helper('Venue_View');
if (have_posts()) : ?>
...
Location:
No Upcoming Events
This reply was modified 10 years, 4 months ago by Josh. Reason: clarification
Viewing 1 reply thread
The support post ‘Venue Template Tags not Working in EE4 4.3.0p’ 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.