Order events by most recent for streak
This commit is contained in:
@@ -91,7 +91,8 @@ class SP_League_Table extends SP_Custom_Post{
|
||||
'post_type' => 'sp_event',
|
||||
'numberposts' => -1,
|
||||
'posts_per_page' => -1,
|
||||
'order' => 'ASC',
|
||||
'orderby' => 'post_date',
|
||||
'order' => 'DESC',
|
||||
'tax_query' => array(
|
||||
'relation' => 'AND',
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user