'; /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part('template-parts/content/content', 'archive'); endwhile; echo '
'; get_template_part( 'template-parts/pagination' ); else : get_template_part( 'template-parts/content/content', 'none' ); endif; ?>