Add option to choose individual/team mode per event

This commit is contained in:
Brian Miyaji
2017-03-16 13:49:51 +11:00
parent 6078dcd534
commit b6f79cec13
25 changed files with 253 additions and 326 deletions

View File

@@ -45,7 +45,7 @@ if ( $season_ids ):
);
endif;
if ( $team && apply_filters( 'sportspress_has_teams', true ) ):
if ( $team ):
$args['meta_query'] = array(
array(
'key' => 'sp_team',