Support

Home Forums Event Espresso Premium Starting time in calendar table display

Starting time in calendar table display

Posted: June 30, 2014 at 4:25 am

Viewing 1 reply thread


Hans van der Woerd

June 30, 2014 at 4:25 am

Is there a easy way to show the event start time in calendar table view (event date – starting time in one line). I tried to figure out but could not find an easy way.

Best regards,

Hans


Dean

June 30, 2014 at 7:27 am

Hi,

I am assuming you mean in the When? section? If so then you would need to edit the template file (index.php) at approx line 132.

Change this line

<?php echo event_date_display($event->start_date); ?><br />

to read like this

<?php echo event_date_display($event->start_date); ?> <?php echo $event->start_time; ?><br />
Viewing 1 reply thread

The support post ‘Starting time in calendar table display’ 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