diff --git a/archive-xarxaprod-convo.php b/archive-xarxaprod-convo.php index 3f02dbe..cdbeb49 100644 --- a/archive-xarxaprod-convo.php +++ b/archive-xarxaprod-convo.php @@ -31,36 +31,6 @@ get_header(); - - - - - - - - '=' - // 2. then after today 'compare' => '>' - // - // if done with '>=' outputs - // 1. older dates in asc order - // 2. at the end today - ?> - '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 + 'compare' => '>=', //show events from today and later 'type' => 'DATE', ) ), @@ -86,38 +56,7 @@ get_header(); 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(); ?> - - +