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

', '

' ); endif; endif; $content = apply_filters( 'the_content', get_the_content() ); $video = false; // Only get video from the content if a playlist isn't present. if ( false === strpos( $content, 'wp-playlist-script' ) ) { $video = get_media_embedded_in_content( $content, array( 'video', 'object', 'embed', 'iframe' ) ); } if ( '' !== get_the_post_thumbnail() && ! is_single() && empty( $video ) ) { do_action( 'bathemos_get_content_tag_template', 'post-thumbnail' ); } if ( 'post' === get_post_type() ) : ?>
'; echo $video_html; echo '
'; } }; }; if ( is_single() || empty( $video ) ) { 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' => '', ) ); }; ?>