diff --git a/templates/player-list.php b/templates/player-list.php index bc6ff781..850af1a8 100644 --- a/templates/player-list.php +++ b/templates/player-list.php @@ -62,7 +62,7 @@ else: endif; if ( $grouping === 'position' ): - $groups = get_terms( 'sp_position' ); + $groups = get_terms( 'sp_position', array( 'orderby' => 'slug' ) ); else: $group = new stdClass(); $group->term_id = null;