%2$s',
get_permalink( get_the_ID() ),
__( 'Continue reading', 'ba-tours-light' )
);
echo wp_kses_post($read_more);
else:
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' => '
',
) );
endif;
?>