This looks like it may be due to the way the WordPress theme is coded. Everything is displayed on the event archives.
Can you copy your active WordPress theme’s single.php template and copy it into a pastebin or gist, then post a link here so we can investigate further?
If your WP theme calls the feature image more than once for a post, your event pages will call the featured image more than once as well. From the looks of things, the 3rd image is within the post content. So if you set a featured image and set the image to display within the event description/post content, it will display multiple times.
The broken looking code at the bottom of the page is caused by your theme, and can be fixed by swapping in the_title_attribute() wherever the theme incorrectly uses the_title() where it should have the_title_attribute. If you need help with finding where to make the, you can post a pastebin of the single-blog.php template and we can take a look.
Viewing 8 reply threads
The support post ‘EE4 Event page only loads Featured Image. Does not load tickets, venue, etc’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.