Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Event Listing with more details | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Event Listing with more details

Event Listing with more details

Posted: August 17, 2013 at 5:32 pm

Viewing 1 reply thread


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/


Anonymous

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.

Viewing 1 reply thread

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 - Staging Server