Hi,
Basically have an event ?? but we 2 dates so:
9th May 10:00 – 18:00
10th May 10:00 – 18:00
So same event but finishes a different time on 10th so only way i could see this working was adding an extra date and time field, then add to the template file.
to show this. Also for some reason the field is still not showing ??
<div class="wpem-event-date-time" >
<span class="wpem-event-date-time-text" itemprop="startDate" content="<?php echo $start_date;?>"><?php display_event_start_date();?> <?php if(get_event_start_time()){ display_date_time_separator(); ?> <?php display_event_start_time(); }?></span>
<br/>
<span class="wpem-event-date-time-text" itemprop="endDate" content="<?php echo $end_date;?>">
<?php if( get_event_start_date() != get_event_end_date() ) { display_event_end_date(); } ?>
<?php if(get_event_end_time()){ display_date_time_separator() ?> <?php display_event_end_time(); } ?>
<?php get_post_meta(get_the_ID(),'_start',true); ?>
</span>
</div>
Just checked the event and it does have the start date i changed the field name just incase was conflicting tried different browsers also.
Thanks