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>
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?
Nevermind. I fixed this by making sure that the file permissions were set correctly to view my changes in the templates folder in FTP.
Viewing 1 reply thread
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.
Support forum for Event Espresso 3 and Event Espresso 4.