'; the_posts_pagination( array( 'mid_size' => 2, 'prev_text' => __( 'Previous', 'shapely' ), 'next_text' => __( 'Next', 'shapely' ), ) ); echo '
'; } if ( empty( get_the_content() ) ) { get_template_part( 'template-parts/content', 'none' ); } endif; ?>