I need to reorganize the way the event list display file outputs the events when utilizing the shortcode for events by category. What I need to do cannot be achieved with just CSS. For example, the title of the event displays under the event image. I want it on top of the image, and I want the description on the right side of the image. Where is the file that allows me to change the layout of the events list? EE3 has a file called event_list_display.php, but I am using EE4 and cannot find any direction on how to do this. My current theme doesn’t have an archive.php file either. I am using beaver builder theme.
The file is located in public/Espresso_Arabica_2014 and its name is content-espresso_events-shortcode.php. You can make a copy of that file and put it into a child theme of the Beaver builder theme. Then activate the child theme. If you put the file directly into the Beaver Builder theme it might get deleted the next time you update.
Then you can make edits to that template.
One thing to keep in mind about that template is it calls the_content() and you probably want to remove that, and uncomment any of the get_template_part()’s that follow, then add your structure for columns and so on.
Thank you very much Josh! I got the layout I was looking for.
Viewing 2 reply threads
The support post ‘Event List Display File For EE4?’ 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.