Is it possible to remove the end date from the event listing previews?
Most of our events end on the same day as they started and really don’t need to see an end time in the preview. It is confusing as it looks like there are two start times for the event.
The function used to output those dates is espresso_list_of_event_dates and it’s a pluggable function so you could place a copy of that in your own custom functions plugin to override the default output with whatever you prefer.
1. Find Temmplate_tags.php (EE->public) then find this block
if (! function_exists('espresso_list_of_event_dates')) {
2. Copy the code block you need
3. Modify and make condition on how you show up the date time.
Thanks
Viewing 1 reply thread
The support post ‘Remove end date from event listing page’ 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.