https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events
I am using the tribe_get_events function to create a list of upcoming events. The client wants me to include the venue name along with the event name, time, etc. How do I do that? I don’t see how to do it after reading the support page I link to above.
Here is my code:
Upcoming Events
$current_date,’end_date’=>$end_date,’posts_per_page’=>10) );
foreach($get_posts as $post) { setup_postdata($post); ?>
<a href="” id=”post-“>
<a href="”>ID, true, ‘M j, Y’); ?>
<!– –>