diff --git a/modules/sportspress-next-team-preset.php b/modules/sportspress-next-team-preset.php index 47ead7a2..17595563 100644 --- a/modules/sportspress-next-team-preset.php +++ b/modules/sportspress-next-team-preset.php @@ -109,7 +109,7 @@ if ( ! class_exists( 'SportsPress_Next_Team_Preset' ) ) : $logo = get_the_post_thumbnail( $team_id, 'sportspress-fit-icon' ); $icon = ''; } else { - $icon = get_the_title( $team_id ); + $icon = sp_team_abbreviation( $team_id, true ); } return '' . $icon . '';