Reply To: Incorrect time on events listings

Home Forums GovIntranetters Incorrect time on events listings Reply To: Incorrect time on events listings

#1894
rportman
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