Hello i have the latest version of WordPress as well as latest EE4 available.
It appears that my events lists as well as each event are being displayed like a blogpost so next to the event desc. there is a date and time it was published..etc.. how can i make EE4 to treat it’s pages as Full-Width pages and NOT blog posts?
Hello,
I’m sorry but i am not a wordpress developer per se.. i am not sure that I can do theme customizing ..etc.. is there some instructions on how to make EE4 to display as a FULL width page or just a default page and not as blogpost? like EE3 did?
It really depends on how your theme is structured, so we do not have step by step instructions for this. Event Espresso 3 did not have support for events as custom post types, everything happened on regular WordPress pages.
You can achieve an event list archive page much like the way Event Espresso 3 worked by creating a new page and placing the [ESPRESSO_EVENTS] shortcode on it. This will allow you to select a full page template.
The single event view is a little trickier because events are custom post types they display within your theme’s single post template. One way to accomplish a full width layout is by taking the theme’s full-width page template and making a copy of it, then renaming it single-espresso_events.php and swapping in this line of code where it loads up page content:
-or- copy over single-espresso_events.php from the templates folder in the Event Espresso plugin like Lorenzo mentioned and remove the call to get the sidebar:
get_sidebar( 'content' );
get_sidebar();
Again, this will depend on how your theme is structured and will likely require some additional tweaking to get it just right.
Viewing 3 reply threads
The support post ‘EE4 Events Displayed like Blog Posts’ 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.