diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index c1aa9f0d..e91ebeac 100644 --- a/includes/class-sp-team.php +++ b/includes/class-sp-team.php @@ -104,7 +104,8 @@ class SP_Team extends SP_Custom_Post { 'post_type' => 'sp_event', 'numberposts' => -1, 'posts_per_page' => -1, - 'order' => 'ASC', + 'orderby' => 'post_date', + 'order' => 'DESC', 'meta_query' => array( 'relation' => 'AND', array(