diff --git a/templates/event-blocks.php b/templates/event-blocks.php index eda416b7..a458811b 100644 --- a/templates/event-blocks.php +++ b/templates/event-blocks.php @@ -57,7 +57,7 @@ if ( isset( $columns ) ) if ( ! has_post_thumbnail ( $team ) ) continue; $j++; - $logo = get_the_post_thumbnail( $team, 'sportspress-fit-icon', array( 'class' => 'team-logo logo-' . ( $j % 2 ? 'odd' : 'even' ) ) ); + $logo = '' . get_the_post_thumbnail( $team, 'sportspress-fit-icon', array( 'class' => 'team-logo logo-' . ( $j % 2 ? 'odd' : 'even' ) ) ) . ''; $logos[] = $logo; $team_results = sp_array_value( $results, $team, null );