Support

Home Forums Event Espresso Premium Event-registration Page lists events and dates but not times

Event-registration Page lists events and dates but not times

Posted: February 10, 2014 at 12:15 pm


Richard Fisher

February 10, 2014 at 12:15 pm

We have created a couple events and were notified by a few people that when they visit our site and click on the Event Registration menu option (page is event-registration with the short code [ESPRESSO_EVENTS] that the event name and dates appear but the event time(s) do not. They say they have to be registered on our site before they can get the event times. When we look at the calendar page (actual calendar), we see the event times on the calendar entry.

Is there any way to have the event times appear on the Event Registration page?

http://www.teachmesocialmedia.net/event-registration/

Thanks,

Dick Fisher


Sidney Harrell

February 10, 2014 at 3:15 pm

You can add this code to one of the following:
1 – Your theme’s functions.php file. It may get overwritten the next time you update your theme.
2 – The EE custom files add-on in the custom_functions.php file.
3 – Use this blank plugin to hold the custom function.

Then in templates/event_list_display.php (copy it to uploads/espresso/templates before modifying it), put this in at line 89:

<p id="event_times-<?php echo $event_id ?>"><span class="section-title"><?php _e('Times:', 'event_espresso'); ?></span> <?php echo espresso_display_all_event_times($event_id); ?>
		</p>

The support post ‘Event-registration Page lists events and dates but not times’ 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