'page-thumbnail'));
endif;
the_content();
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'biztime' ),
'after' => '
',
) );
endwhile;
else :
get_template_part( 'content-parts/content', 'none' );
endif;
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>