Title: Featured Image
Last modified: February 7, 2022

---

# Featured Image

 *  Resolved [openwaterswimming](https://wordpress.org/support/users/openwaterswimming/)
 * (@openwaterswimming)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/featured-image-524/)
 * Hi team
    I am in the process of building a site (for me). I am not a developer
   and I am really enjoying getting to learn as I progress.
 * That said, there’s something I can’t figure out. How to get a featured image 
   to display on the ‘featured venue’ “widget” with the Shortcode: [tribe_featured_venue
   slug=”baginbun-beach”]. I’ll also need the featured image on the Venue Page too.
 * I’ve researched, and I’ve seen that it’s not an out of the box feature, but that
   with some tweaking it can be done.
 * I just don’t understand what that tweaking is.
 * I’ve shared the URL – note: this is not ready for the public. The widget is on
   the right, below the Orange Squares.
 * this is what I tried in the HTML WordPress Block:
 *     ```
       <div>
   
               [tribe_featured_venue slug="baginbun-beach"] 
   
               <?php
                   $vobj = tribe_get_venue_object(tribe_get_venue_id());
                   $vimg = get_the_post_thumbnail(tribe_get_venue_id());
                   echo $vobj;
                   echo $vimg;
               ?>
   
       </div>
       ```
   
 * Is there anyone there that can help me with this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-524%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Marho](https://wordpress.org/support/users/matumu/)
 * (@matumu)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/featured-image-524/#post-15364745)
 * Hi there,
 * Thanks for reaching out.
 * It looks like you’re using the premium version of the Event Calendar plugins,
   which we’re restricted from providing support for here.
 * I’d recommnend you submit a support requests at [https://theeventscalendar.com/support](https://theeventscalendar.com/support)
   to access our premium support channels.
 * Best regards,
 * Marho

Viewing 1 replies (of 1 total)

The topic ‘Featured Image’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * 1 reply
 * 2 participants
 * Last reply from: [Marho](https://wordpress.org/support/users/matumu/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/featured-image-524/#post-15364745)
 * Status: resolved