I can see this isn’t a quick fix so just a note to add how to do this in case anyone wants to override this manually – specifically on the card view event listings.
Open plugins/eventprime-event-calendar-management/includes/templates/event_views/card.php
Go to line 101 or look for
<div class="em_event_start difl em_color em_wrap"><?php echo $start_time.' to '.$end_time; ?></div>
change this line to
<div class="em_event_start difl em_color em_wrap"><?php echo $start_time; ?></div>
This will only display the start time in the card view.
Similar changes can be made to other views if desired.
In future updates of this plugin the line numbers will no doubt change so please be aware this comment may not be relevant in the future. This was written for Version: 2.5.2.
Hi @2020media,
As of now, it is not possible to hide the end time. We have noted your requirement. We will add this option in one of our upcoming releases.
Regards,
Hi @2020media,
We have added the option to hide the event end date time in the event settings in our latest update.
Regards,
Thank you so much! This is exactly what my client needed. I would love to see the Hide End Time and Custom Link as Global Settings. Appreciate this thread!