taxonomy ) ) {
echo "\n\n";
/* Start the Loop */
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content-portfolio', 'portfolio' );
endwhile;
echo "
\n\n";
get_template_part( 'template-parts/pagination', 'portfolio' );
}
} else { //is_tax()
?>