2, 'prev_text' => esc_html__( 'Back', 'attorney-lite' ), 'next_text' => esc_html__( 'Next', 'attorney-lite' ), ) ); else : get_template_part( 'no-results', 'index' ); endif; } else { // Static page content if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; the_posts_pagination( array( 'mid_size' => 2, 'prev_text' => esc_html__( 'Back', 'attorney-lite' ), 'next_text' => esc_html__( 'Next', 'attorney-lite' ), ) ); else : get_template_part( 'no-results', 'index' ); endif; } ?>