get_theme_mod( 'amy_portfolio_cols', '4' ) ) ? 1 : $post_counter; // Set 'first' class if needed $first = ( $post_counter == 1 ) ? 'first' : ''; printf( ''; endwhile; // End of the loop. // Previous / next page navigation. the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'amy' ), 'next_text' => __( 'Next page', 'amy' ), 'before_page_number' => '' . __( 'Page', 'amy' ) . ' ', ) ); else : get_template_part( 'template-parts/content', 'none' ); ?>