Hi,
I would like to customize individual events pages and I can’t find a way to do this.
Currently EE is using the default post template for event pages (example).
What I would like to do is to remove the sidebar as well as the date and comments count. Is there a way to do this?
Thank you,
Paulina
Just to note it’s not EE that determines which output/template to use, it’s your theme.
EE events are custom posts so your theme is displaying them as such, EE basically hooks into the call to the_content and injects the event details there, your theme controls everything else.
So to edit the output for single events you can either hide them using CSS, a quick example:
Or if you are comfotable working with templates you can copy the single.php template in your theme (preferably to a child theme), rename the copy to single-espresso_events.php and remove the elements from the template file itself (that template will then only be used for the EE single event page).
The support post ‘Customize Individual events pages’ 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.