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

', '

' ); endif; endif; if ( '' !== get_the_post_thumbnail() && ! is_single() && ! get_post_gallery() ) { //get_template_part( 'template-parts/content-tags/content-tag-post-thumbnail' ); } if ( 'post' === get_post_type() ) : ?>
'; echo get_post_gallery(); echo '
'; }; }; if ( is_single() || ! get_post_gallery() ) { the_content( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __( 'Continue reading "%s"', 'ba-tours-light' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); wp_link_pages( array( 'before' => '', ) ); }; ?>