Support

Home Forums Event Espresso Premium Event Listing with more details

Event Listing with more details

Posted: August 17, 2013 at 5:32 pm


Scott Ficek

August 17, 2013 at 5:32 pm

I have looked, but can’t find the answer anywhere.

We 10 or so events per month, which are at different times and different locations. The Event_List only shows the date and price.

What else could I use to show date, time, location, and price in a nice listing on a page?

http://www.mamashappy.com/workshops/


Tony

  • Support Staff

August 18, 2013 at 9:57 am

Hi Scott,

If you go to Event Espresso -> Template Settings. You’ll see ‘Display addresses in the event listings?’ set that to Yes and save the settings. The event list will now display the venue information for your events.

Displaying the time is a little more complicated. You’ll need to modify a couple of the template files in event-espresso/templates. Copy both event_list.php and event_list_display.php to wp-content/uploads/espresso/templates so that these modifications are saved after ee updates.

Then in the newly copied event_list_display.php file go to line 74 and make a space between and the next line. Then paste this in:

			<p id="p_event_start_time-<?php echo $event_id ?>" class="event_start_time"><span class="section-title"><?php  echo __('Start Time: ', 'event_espresso'); ?></span><?php echo $event->start_time ?></p>

That will display the event start time between the Price and Date.

The support post ‘Event Listing with more details’ 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