????

Your IP : 3.143.211.215


Current Path : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/
Upload File :
Current File : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/single-portfolio.php

<?php
/**
 * The template for displaying single pages
 *
 * @package wesecure
 */

get_header();
?>

<?php get_template_part('template-parts/breadcrumbs/page-single-breadcrumbs'); ?>
<!-- Project Detail -->
<section class="project-detail">
    <div class="container">
        <!-- Upper Box -->
        <div class="upper-box">
            <div class="single-item-carousel owl-carousel owl-theme">
               <figure class="image"><?php the_post_thumbnail(); ?></figure>                
            </div>
        </div>
        <!-- Lower Content -->
        <div class="lower-content">
            <div class="row">
                <div class="text-column col-lg-8 col-md-12 col-sm-12">
                    <div class="inner-column">
                         <?php echo get_the_content(); ?>
                    </div>
                </div>
                <div class="info-column col-lg-4 col-md-12 col-sm-12">
                    <div class="inner-column">
                        <?php
                        if (is_active_sidebar('project-information' ) ) {
                            dynamic_sidebar( 'project-information' );
                        }
                    ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!--End Project Detail -->
<?php get_footer() ?>