Include all events with results in league table

This commit is contained in:
Brian Miyaji
2014-11-06 07:58:39 +11:00
parent 705663bab3
commit 833df4a08e

View File

@@ -99,6 +99,7 @@ class SP_League_Table extends SP_Custom_Post{
$args = array(
'post_type' => 'sp_event',
'post_status' => array( 'publish', 'future' ),
'numberposts' => -1,
'posts_per_page' => -1,
'orderby' => 'post_date',