have_posts() ):
while ( $event_list->have_posts() ) :
$event_list->the_post();
/*
* after $event_list->the_post(), a global var called $event_details is created with all the event
* meta information (dates, times, ...). The template tags below go off of that variable. You can uncomment the next line to see what is in the variable
*/
/*
* As you can see, all the information is wrappeed in divs. The styling comes from events-planner > css > events-planner-style1.css
* You can copy the style into your theme and modify
*/
?>
Dates
is_empty_array( $event_details['_epl_start_time'] ) ): ?>
Times
Prices
Sorry, there are no events currently available