', '' );
the_content( sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Continue reading
"%s"', 'bizmax' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
) );
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'bizmax' ),
'after' => '
',
) );
?>
publish;
if($total_post > 1 && $post_nav == true) {
bizmax_next_prev_post_link();
}
?>