Featured Image
-
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 to see the link]
- The topic ‘Featured Image’ is closed to new replies.