>
', '' ); elseif ( ! is_single()) : the_title( '

', '

' ); endif; endif; $content = apply_filters( 'the_content', get_the_content() ); $audio = false; // Only get audio from the content if a playlist isn't present. if ( false === strpos( $content, 'wp-playlist-script' ) ) { $audio = get_media_embedded_in_content( $content, array( 'audio' ) ); } if ( '' !== get_the_post_thumbnail() && ! is_single() && empty( $audio ) ) { do_action( 'bathemos_get_content_tag_template', 'post-thumbnail' ); } if ( 'post' === get_post_type() ) : ?>
'; echo wp_kses_post(apply_filters( 'bathemos_content_audio_html', $audio_html )); echo '
'; } }; }; if ( is_single() || empty( $audio ) ) { the_content( sprintf( wp_kses( __( 'Continue reading "%1$s"', 'ba-tours-light' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); wp_link_pages( array( 'before' => '', ) ); }; ?>