I’m running a loop to show 4 upcoming events on my theme’s homepage. Everything is working (title, date, ticket info, cost, etc.), except for the Venue name. I’m using ID, true);?> to try and get the Venue name, but to no avail. Can anyone help!?
The full loop is as follows:
‘upcoming’, ‘posts_per_page’=>4));
foreach($events as $post){
setup_postdata($post);
?>
<a href="”>’event-image’));?>
ID, true);?>
ID, true, ‘M j, Y’); ?>
Tickets:
<a href="” class=”event-buy-button”>Buy Tickets