'; while ( have_posts() ): the_post(); get_template_part( 'template-parts/archive/archive', $blog_layout ); endwhile; echo '
'; if($pagination_layout!='infinite'){ the_posts_pagination( array( 'prev_text' => '<', 'next_text' => '>', ) ); } do_action('ultrapress_after_blog_page'); else: get_template_part( 'template-parts/content', 'none' ); endif; ?>