'=' // 2. then after today 'compare' => '>' // // if done with '>=' outputs // 1. older dates in asc order // 2. at the end today ?> 'xarxaprod-convo', 'posts_per_page' => '-1', //show all 'meta_key' => 'xxp_convo_apply_end', // order by meta key convo apply end 'meta_query' => array( array( //filter results show only older than today 'key' => 'xxp_convo_apply_end', 'value' => date("Y-m-d"), // consider using date_i18n() https://developer.wordpress.org/reference/functions/date_i18n/ 'compare' => '=', //show events from today and later 'type' => 'DATE', ) ), 'order_by' => 'meta_value', //order by meta value 'order' => 'ASC', //order ascendent ) ); ?> have_posts() ) : ?> have_posts() ) : $the_query_convo->the_post(); ?> 'xarxaprod-convo', 'posts_per_page' => '-1', //show all 'meta_key' => 'xxp_convo_apply_end', // order by meta key convo apply end 'meta_query' => array( array( //filter results show only older than today 'key' => 'xxp_convo_apply_end', 'value' => date("Y-m-d"), // consider using date_i18n() https://developer.wordpress.org/reference/functions/date_i18n/ 'compare' => '>', //show events from today and later 'type' => 'DATE', ) ), 'order_by' => 'meta_value', //order by meta value 'order' => 'ASC', //order ascendent ) ); ?> have_posts() ) : ?> have_posts() ) : $the_query_convo->the_post(); ?>