Hey there, Wendy!
Yes, that is possible! In fact, you could do it for both organizers and venues. Here’s an example of how it would work for organizers:
$args = array( 'post_type' => 'tribe_venue', 'posts_per_page' => 3 );
$lastposts = get_posts( $args );
foreach ( $lastposts as $post ) :
setup_postdata( $post ); ?>
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php echo tribe_event_featured_image( null, 'full' ) ?>
<?php echo ttribe_get_organizer_phone() ?>
<?php endforeach;
wp_reset_postdata(); ?>
You could do a similar thing for venues.You can add additional details to the loop (such as address, phone number, address, etc.) and can find those in our documentation.
Will this get you started? Please let me know. 🙂
Cheers!
Geoff