";
comment_form();
wp_list_comments();
paginate_comments_links();
echo "
";
endif;
the_post_navigation( array(
'prev_text' => '' . __( 'Previous Post', 'themesgenerator' ) . '' . __( 'Previous', 'themesgenerator' ) . ' ' . themesgenerator_get_svg( array( 'icon' => 'arrow-left' ) ) . '%title',
'next_text' => '' . __( 'Next Post', 'themesgenerator' ) . '' . __( 'Next', 'themesgenerator' ) . ' %title' . themesgenerator_get_svg( array( 'icon' => 'arrow-right' ) ) . '',
) );
endwhile; // End of the loop.
?>