Not sure what’s wrong but when I click on my events it brings me to the events archived page. On the page properties it says it’s on the default template. Where should I start looking to solve this problem?
The /events/ pages for Event Espresso is actually the archive page for our custom post type. This will overrule a Page with the slug of ‘events’ when being displayed.
Are your events not being displayed at all within /events/?
If you open up your WordPress theme’s files, you’ll likely find an archive.php template, and a single.php template. If you don’t find those, please check with the theme’s documentation to find out what its equivalents are to those two.
Then, you can make a duplicate of archive.php, and give it a new name:
archive-espresso_events.php. Then, you can open up this new file and find the line of code that prints the words “blog archives”. It’s also possible to make it a single column layout, and the theme documentation may have the steps outlined to make this happen.
Please let us know if you require any more assistance.
Viewing 5 reply threads
The support post ‘Events Page template loads as Event Archives’ 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.