Hey guys,
My boss has asked me to pull in the featured image of the venue….. in the event page.
So basically underneath the address of the venue you could also see a featured image of the venue.
Now I know this is beyond the scope of knowledge for support, but it would be really cool of you guys if you could give me a pointer because I have found most of the code, I just need help with it.
<?php string tribe_get_venue ( int $postId = null ) ?>
<?php echo tribe_event_featured_image( null, ‘full’ ) ?>
Can I somehow combine these, so the php gets the tribe venue’s featured image?