I just noticed that when someone displays a current event page, there are links at the bottom to “previous” event and “next” events. I do not know where this information is drawn from, or where the settings are, but the links are incorrect. It appears they are based on the event creation date rather than the start date of the event. How can this be changed or event removed. Clearly, it is misleading.
Those links are not added by Event Espresso, but rather your theme.
EE events are custom post types with additional details, so your theme is outputting them as posts and using the native WP next_post_link() and previous_post_link() functions to output those links. Those functions use the post date (which is not the event date) to sort the posts.
@Josh has a function that hooks into those WP functions and sorts them using the datetime dates from within EE here:
The support post ‘Upcoming Event page displays incorrect "previous" and "next" event links’ 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.