Support

Home Forums Event Espresso Premium Event Registration Page (Time)

Event Registration Page (Time)

Posted: October 11, 2013 at 11:27 am


Tyler Perez

October 11, 2013 at 11:27 am

How could I go about adding the time to the event-registration page for each event? I do have events listed with times, times show up on the event page, but not on the list of events page. How can I enable this?


Dean

October 14, 2013 at 4:22 am

You would need to edit the event_list_display.php and at about line 79, just after the date add this

<p id="event_time-<?php echo $event_id ?>"><span class="section-title"><?php _e('Time:', 'event_espresso'); ?></span>  <?php echo espresso_event_time($event_id, 'start_time') ?> - <?php echo espresso_event_time($event_id, 'end_time') ?>
		</p>

Please note it is best to first of all copy the event_list.php and the event_list_display.php to the wp-content/uploads/espresso/templates folder and edit the file there (both files need copying event if you are only editing one).

The support post ‘Event Registration Page (Time)’ 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