File "single-digeco_team.php"

Full Path: /home/tekvhqgl/public_html/wp-content/themes/digeco/inc/plugins/single-digeco_team.php
File size: 369 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */

?>
<?php get_header(); ?>
<div id="primary" class="content-area">
	<main id="main" class="site-main">
		<?php while ( have_posts() ) : the_post(); ?>
			<?php get_template_part( 'template-parts/content-single', 'team' );?>
		<?php endwhile; ?>
	</main>
</div>
<?php get_footer(); ?>