I have validated that the events slug on the Event Espresso – Events > Templates setting page is correctly set to “events”.
I feel like I’m missing something obvious but I can’t find the proper setting for this. This page isn’t in our primary nav, but people are getting there from the “Return to Events” button on the event added overlay.
function ee_mer_change_event_list_url(){
return 'https://yoursite.com/calendar';
}
I might go that way as a workaround. Maybe “Archives” is just what the event page looks like? I could have sworn it didn’t when we first set our site up, but maybe I’m wrong.
The word “Archives” is added by your WordPress theme. In this case, the Tyler theme. What you can do is add a tiny code snippet to filter the word “Archives” out and display something else in its place. You can use the example code found here:
I appreciate the quick help. The Tyler Archives page is poorly suited to this user activity, and I’m not good enough to make it look right, so I updated the function to direct the user back to the Registration page per my comment above. It’s an acceptable work-around. Thank you again.
Viewing 5 reply threads
The support post ‘Events page shows "Archives" instead’ 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.