Результаты
Club | 1st Half | 2nd Half | 1st ET Half | 2nd ET Half | Penalties | Bullits | Score | Outcome |
---|---|---|---|---|---|---|---|---|
Whiteliners | — | — | — | — | — | — | 8 | Win |
Wiiking FK 2017 | — | — | — | — | — | — | 2 | Loss |
Past Meetings
Дата | Дома | Гости | League | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
' . wp_kses( $date_html, array( 'a' => array( 'href' => array(), 'itemprop' => array() ), 'date' => array() ) ) . ' | '; // Check if the reverse_teams option is selected and alter the teams order if ( $reverse_teams ) { $teams_array = array_reverse( $teams_array, true ); } switch ( $title_format ) { case 'homeaway': if ( sp_column_active( $usecolumns, 'event' ) ) { $team = array_shift( $teams_array ); echo '' . wp_kses_post( $team ) . ' | '; } if ( 'combined' == $time_format && sp_column_active( $usecolumns, 'time' ) ) { echo '';
if ( $link_events ) {
echo '';
}
if ( ! empty( $main_results ) ) :
echo wp_kses_post( implode( ' - ', $main_results ) );
else:
echo ' | ';
} elseif ( in_array( $time_format, array( 'separate', 'results' ) ) && sp_column_active( $usecolumns, 'results' ) ) {
echo ''; if ( $link_events ) { echo ''; } if ( ! empty( $main_results ) ) : echo wp_kses_post( implode( ' - ', $main_results ) ); else : echo '-'; endif; if ( $link_events ) { echo ''; } echo ' | '; } if ( sp_column_active( $usecolumns, 'event' ) ) { $team = array_shift( $teams_array ); echo '' . wp_kses_post( $team ) . ' | '; } if ( in_array( $time_format, array( 'separate', 'time' ) ) && sp_column_active( $usecolumns, 'time' ) ) { echo '';
if ( $link_events ) {
echo '';
}
echo ' | ';
}
break;
default:
if ( sp_column_active( $usecolumns, 'event' ) ) {
if ( $title_format == 'teams' ) {
echo '' . wp_kses_post( $teams_output ) . ' | '; } else { $title_html = implode( ' ', $team_logos ) . ' ' . $event->post_title; if ( $link_events ) { $title_html = '' . $title_html . ''; } echo '' . wp_kses_post( $title_html ) . ' | '; } } switch ( $time_format ) { case 'separate': if ( sp_column_active( $usecolumns, 'time' ) ) { echo '';
if ( $link_events ) {
echo '';
}
echo ' | ';
}
if ( sp_column_active( $usecolumns, 'results' ) ) {
echo ''; if ( $link_events ) { echo ''; } if ( ! empty( $main_results ) ) : echo wp_kses_post( implode( ' - ', $main_results ) ); else : echo '-'; endif; if ( $link_events ) { echo ''; } echo ' | '; } break; case 'time': if ( sp_column_active( $usecolumns, 'time' ) ) { echo '';
if ( $link_events ) {
echo '';
}
echo ' | ';
}
break;
case 'results':
if ( sp_column_active( $usecolumns, 'results' ) ) {
echo ''; if ( $link_events ) { echo ''; } if ( ! empty( $main_results ) ) : echo wp_kses_post( implode( ' - ', $main_results ) ); else : echo '-'; endif; if ( $link_events ) { echo ''; } echo ' | '; } break; default: if ( sp_column_active( $usecolumns, 'time' ) ) { echo '';
if ( $link_events ) {
echo '';
}
if ( ! empty( $main_results ) ) :
echo wp_kses_post( implode( ' - ', $main_results ) );
else :
echo ' | ';
}
}
}
if ( sp_column_active( $usecolumns, 'league' ) ) :
echo ''; $leagues = get_the_terms( $event->ID, 'sp_league' ); if ( $leagues ): echo wp_kses_post( implode( ', ', wp_list_pluck( $leagues, 'name' ) ) ); endif; echo ' | '; endif; if ( sp_column_active( $usecolumns, 'season' ) ) : echo ''; $seasons = get_the_terms( $event->ID, 'sp_season' ); if ( $seasons ) : echo wp_kses_post( implode( ', ', wp_list_pluck( $seasons, 'name' ) ) ); endif; echo ' | '; endif; if ( sp_column_active( $usecolumns, 'venue' ) ) : echo '';
echo ' ';
if ( $link_venues ) :
the_terms( $event->ID, 'sp_venue' );
else :
$venues = get_the_terms( $event->ID, 'sp_venue' );
if ( $venues ) :
echo wp_kses_post( implode( ', ', wp_list_pluck( $venues, 'name' ) ) );
endif;
endif;
echo ' ';
echo ' | ';
else:
echo '';
echo ' ';
esc_attr_e( 'N/A', 'sportspress' );
echo ' ';
echo ' | ';
endif;
if ( sp_column_active( $usecolumns, 'article' ) ) :
echo ''; if ( $link_events ) { echo ''; } if ( $video ): echo ''; elseif ( has_post_thumbnail( $event->ID ) ): echo ''; endif; if ( $event->post_content !== null ): if ( $event->post_status == 'publish' ): esc_html_e( 'Recap', 'sportspress' ); else: esc_html_e( 'Preview', 'sportspress' ); endif; endif; if ( $link_events ) { echo ''; } echo ' | '; endif; if ( sp_column_active( $usecolumns, 'day' ) ) : echo ''; $day = get_post_meta( $event->ID, 'sp_day', true ); if ( '' == $day ) { echo '-'; } else { echo wp_kses_post( $day ); } echo ' | '; endif; do_action( 'sportspress_event_list_row', $event, $usecolumns ); echo '