Replies: 0
Hi,
The featured images on my events (or ‘books’ in this case) aren’t being surfaced on the single event page. I added the below snippet in my child-theme version of src/views/single-event/content.php but it seems I can only add the image below the title or below the entire body of the listing. Is there a way to include it in the main body of the text and float it to the right so that the text wraps around it?
<?php echo get_the_post_thumbnail(); ?>
Thank you!
Kia