'; } while ( have_posts() ) : the_post(); get_template_part( 'template-parts/blog/style', $blog_type ); // End the loop. endwhile; // If no content, include the "No posts found" template. if($blog_type == 'grid') echo '
'; }else{ get_template_part('template-parts/post/content', 'none'); } // Previous/next page navigation. the_posts_pagination( array( 'prev_text' => esc_html__( 'Previous page', 'taskereasy' ), 'next_text' => esc_html__( 'Next page', 'taskereasy' ), 'before_page_number' => '' . esc_html__( 'Page', 'taskereasy' ) . ' ', ) ); ?>