diff --git a/templates/team-lists.php b/templates/team-lists.php index f0bef69f..48fe5de1 100644 --- a/templates/team-lists.php +++ b/templates/team-lists.php @@ -19,7 +19,7 @@ foreach ( $lists as $list ): $id = $list->ID; $grouping = get_post_meta( $id, 'sp_grouping', true ); - if ( $grouping !== 'position' && sizeof( $lists ) > 1 ): + if ( $grouping == 0 && sizeof( $lists ) > 1 ): ?>