' ); ?>

' ); ?>

'portfolio', 'posts_per_page' => -1 ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { while ( $query->have_posts() ) : $query->the_post(); get_template_part( 'template-parts/content', 'portfolio' ); endwhile; } else { $switch_portfolio_post = 'portfolio'; get_template_part( 'template-parts/content', 'none' ); } wp_reset_postdata(); ?>

' ); ?>

' ); ?>