Venue Thumbnails
To display the venue thumbnail in your theme
echo eo_get_venue_thumbnail( $venue_slug_or_id, 'post-thumbnail' );
Where the first argument is the venue ID (integer) or slug (string). You can get an event’s venue via $venue_id = eo_get_venue( $post_id )
. When ‘in the loop’, you can get omit the $post_id
.
The second argument can be any size registered by your theme.