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' );
}//is_portfolio_category()
}else{//is_tax()
?>