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_LIST] output | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium [EVENT_LIST] output

[EVENT_LIST] output

Posted: January 14, 2013 at 9:03 pm

Viewing 1 reply thread


2redline

January 14, 2013 at 9:03 pm

How can I display the event description, start time and end time, in [EVENT_LIST] under date in the array?


Josh

January 15, 2013 at 8:04 am

Hi Joan,

There is a setting in Event Espresso>Template settings labeled: “Display short descriptions in the event listings?” that you can set to Yes. This will display the event description in the event list.

You can add start and end times to the display by modifying the event_list_display.php template. Example code:

<p id="event_time-<?php echo $event_id ?>"><span class="section-title"><?php _e('Time:', 'event_espresso'); ?></span>  <?php echo do_shortcode ('[EVENT_TIME event_id="'.$event_id.'" type="start_time" format="g:i a"]') .' - '. do_shortcode ('[EVENT_TIME event_id="'.$event_id.'" type="end_time" format="g:i a"]'); ?></p>
Viewing 1 reply thread

The support post ‘[EVENT_LIST] output’ 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