"0", ); $params = shortcode_atts($defaults, $atts); $cat = $params['cat']; ob_start(); ?>
0){ $args_search_qqq = array ( 'post_type' => array( 'mep_events' ), 'posts_per_page' => -1, 'tax_query' => array( array( 'taxonomy' => 'mep_cat', 'field' => 'term_id', 'terms' => $cat ) ) ); }else{ $args_search_qqq = array ( 'post_type' => array( 'mep_events' ), 'posts_per_page' => -1 ); } $loop = new WP_Query( $args_search_qqq ); while ($loop->have_posts()) { $loop->the_post(); $event_meta = get_post_custom(get_the_id()); $time = strtotime($event_meta['mep_event_start_date'][0]); $newformat = date('Y-m-d H:i:s',$time); if(time() < strtotime($newformat)){ ?>