diff --git a/templates/event-blocks.php b/templates/event-blocks.php index a4142e75..35d09973 100644 --- a/templates/event-blocks.php +++ b/templates/event-blocks.php @@ -94,7 +94,7 @@ if ( $title ) if ( $link_teams ): $logo = '' . get_the_post_thumbnail( $team, 'sportspress-fit-icon' ) . ''; else: - $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' ) . ''; endif; $logos[] = $logo; endif; @@ -107,7 +107,7 @@ if ( $title )