File "single-digeco_service.php"
Full Path: /home/tekvhqgl/public_html/wp-content/themes/digeco/single-digeco_service.php
File size: 395 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">
<div class="container">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'template-parts/content-single', 'service' );?>
<?php endwhile; ?>
</div>
</main>
</div>
<?php get_footer(); ?>