Order player list positions by slug
This commit is contained in:
@@ -62,7 +62,7 @@ else:
|
|||||||
endif;
|
endif;
|
||||||
|
|
||||||
if ( $grouping === 'position' ):
|
if ( $grouping === 'position' ):
|
||||||
$groups = get_terms( 'sp_position' );
|
$groups = get_terms( 'sp_position', array( 'orderby' => 'slug' ) );
|
||||||
else:
|
else:
|
||||||
$group = new stdClass();
|
$group = new stdClass();
|
||||||
$group->term_id = null;
|
$group->term_id = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user