HEX
Server: Apache
System: Linux pdx1-shared-a1-14 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: burgaska (13506502)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /home/burgaska/conductingmovements.com/wp-content/themes/suidobashi/archive-jetpack-portfolio.php
<?php
/**
 * The template for displaying Archive pages for Portfolio items.
 *
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package Suidobashi
 * @since Suidobashi 1.0
 */

get_header(); ?>

	<div id="primary" class="site-content cf" role="main">

		<?php if ( have_posts() ) : ?>
		<?php /* Start the Loop */ ?>

			<div class="jetpack-portfolio-primary cf">

				<?php while ( have_posts() ) : the_post(); ?>

					<?php get_template_part( 'content', 'portfolio' ); ?>

				<?php endwhile; ?>

				<?php suidobashi_paging_nav(); ?>

			</div><!-- .projects -->

		<?php endif; ?>

	</div><!-- end #primary -->

<?php get_footer(); ?>