diff --git a/admin/templates/league-table.php b/admin/templates/league-table.php index 8cf5f5bd..e40f8267 100644 --- a/admin/templates/league-table.php +++ b/admin/templates/league-table.php @@ -58,7 +58,7 @@ if ( !function_exists( 'sportspress_league_table' ) ) { $output .= ''; // Position as number - $output .= '' . $i . ''; + $output .= '' . ( $i + 1 ) . ''; // Thumbnail and name as link $permalink = get_post_permalink( $team_id );