Home > Reply To: Incorrect time on events listings
Reply To: Incorrect time on events listings
Home › Forums › GovIntranetters › Incorrect time on events listings › Reply To: Incorrect time on events listings
9 Jul 2015 at 10:54
#1894
Participant
Hi all,
Replace the following line (about line 140) in page-events.php:
echo ““.date(‘l j M Y g:ia’,strtotime($thisdate)).”“;
with
echo “ “.date(‘l j M Y g:ia’,strtotime(get_post_meta($post->ID,’event_start_time’,true))).”“;
..you you see the event start time again.
Regards
Rob