Viewing File: /home/maglabs/valvtec1/wp-content/themes/indobi/single-zcportfolio.php
<?php
/**
* The template for displaying single pages
*
* @package indobi
*/
get_header();
?>
<?php get_template_part('template-parts/breadcrumbs/page-single-breadcrumbs'); ?>
<!-- Project Detail -->
<section class="project-detail pt-145 pb-90">
<div class="container">
<!-- Lower Content -->
<div class="lower-content">
<div class="row">
<?php echo get_the_content(); ?>
</div>
</div>
</div>
</section>
<!--End Project Detail -->
<?php get_footer() ?>
Back to Directory
File Manager