Support

Home Forums Event Espresso Premium remove end time from upcoming events widget

remove end time from upcoming events widget

Posted: May 28, 2014 at 10:13 am


dov goldstein

May 28, 2014 at 10:13 am

IS this possible?


Dean

May 29, 2014 at 1:53 am

Hi,

The only way I can see it being done is by editing the widget’s code.

This would be a core edit so updates would over write it.

in /wp-content/plugins/event-espresso-core-reg/widgets/upcoming_events/EEW_Upcoming_Events.widget.php around line 296 remove or comment out the following:

echo espresso_list_of_event_dates( $event->ID(), 'D M jS, Y', 'g:i a', FALSE, NULL, TRUE, TRUE );

Below that add in the following

echo espresso_event_date( $dt_frmt = 'D M jS, Y', $tm_frmt = 'g:i a', $event->ID() );

The support post ‘remove end time from upcoming events widget’ 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.

Event Espresso