>
';
echo get_post_gallery();
echo '
';
};
};
if ( is_single() || ! get_post_gallery() ) {
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' => '' . esc_html__( 'Pages:', 'ba-tours-light' ),
'after' => '
',
) );
};
?>