', '' ); // If there are any posts if( have_posts() ): // Load posts loop while( have_posts() ): the_post(); get_template_part( 'template-parts/content', 'archive' ); endwhile; // We're using numeric page navigation here. the_posts_pagination( array( 'prev_text' => esc_html__('Previous', 'bm-hope'), 'next_text' => esc_html__('Next', 'bm-hope'), )); else: ?>