Query future events for next team event

This commit is contained in:
Brian Miyaji
2014-05-31 22:24:24 +10:00
parent 6f6f0f39f6
commit 04542c867c

View File

@@ -18,6 +18,7 @@ class SP_Team extends SP_Custom_Post {
'numberposts' => 1,
'posts_per_page' => 1,
'order' => 'ASC',
'post_status' => 'future',
'meta_query' => array(
array(
'key' => 'sp_team',