null, 'id' => null, 'live' => get_option( 'sportspress_enable_live_countdowns', 'yes' ) == 'yes' ? true : false, 'link_events' => get_option( 'sportspress_link_events', 'yes' ) == 'yes' ? true : false, ); if ( isset( $id ) ): $post = get_post( $id ); else: $args = array(); if ( isset( $team ) ) $args = array( array( 'key' => 'sp_team', 'value' => $team ) ); $post = sp_get_next_event( $args ); endif; extract( $defaults, EXTR_SKIP ); if ( ! isset( $post ) ) return; $title = $post->post_title; if ( $link_events ) $title = '' . $title . ''; ?>