Fix single team event order for streak
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user