#_EVENTTIMES shows current time.
-
I am displaying some events on the front end of a site I am developing, and I’m trying to display each event’s time like this:
$em_event = new EM_Event( $post->ID ); echo $em_event->output( '#_EVENTTIMES' );
But the
#_EVENTTIMES
placeholder just outputs the site’s current time (e.g. “7:53 pm – 7:53 pm”), rather than the real range for each event. I tried the#_12HSTARTTIME
placeholder, and it showed the correct start time for each event. I haven’t tracked this down in the code yet, but it seems like it must be a bug. I tried searching but I couldn’t find anyone else experiencing it.We are using multisite, by the way.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘#_EVENTTIMES shows current time.’ is closed to new replies.