term_id; // print_r(get_queried_object()); ?>

name; ?>

description; ?>

array( 'mep_events' ), 'posts_per_page' => -1, 'tax_query' => array( array( 'taxonomy' => 'mep_cat', 'field' => 'term_id', 'terms' => $term_id ) ) ); $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)){ ?>