Support

Home Forums Event Espresso Premium Start Time/End Time Add to Short Description on [EVENT_LIST]

Start Time/End Time Add to Short Description on [EVENT_LIST]

Posted: January 23, 2015 at 11:27 am


Beth Graeme

January 23, 2015 at 11:27 am

I’m using EE3 latest version. I have custom templates add-on, custom files add on, recurring events, recurring events drop down add-on. The site is http://www.thehouseofdance.org/adult-group-classes-house-of-dance-southern-maryland/

I followed a forum post and added:
<p id=”event_date-<?php echo $event_id ?>”><span class=”section-title”>
<?php _e(‘Starts:’, ‘event_espresso’); ?></span>
<?php echo event_date_display($start_date, get_option(‘date_format’)); ?>
<?php echo ” “; //just a space ?>
<?php echo event_date_display($event->start_time, get_option(‘time_format’)); ?>
<?php echo ” “; //just a space ?>
<?php //Add to calendar button
echo apply_filters(‘filter_hook_espresso_display_ical’, $all_meta);?>
</p>

<p id=”event_date-<?php echo $event_id ?>”><span class=”section-title”><?php _e(‘Ends:’, ‘event_espresso’); ?></span><?php echo event_date_display($end_date, get_option(‘date_format’)); ?>
<?php echo ” “; //just a space ?>
<?php echo event_date_display($event->end_time, get_option(‘time_format’)); ?>

</p>

To the event_list_display.php and made sure that event_list.php was in the //uploads/espresso/templates/ folder as well, but that didn’t add the start time and end time to my short description on the page that displays the events. What am I doing wrong?


Beth Graeme

January 23, 2015 at 1:11 pm

Nevermind. I fixed this by making sure that the file permissions were set correctly to view my changes in the templates folder in FTP.

The support post ‘Start Time/End Time Add to Short Description on [EVENT_LIST]’ 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