????
Current Path : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/ |
Current File : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/single-team.php |
<?php /** * The template for displaying team pages * * @package wesecure */ get_header(); ?> <?php get_template_part('template-parts/breadcrumbs/page-single-breadcrumbs'); ?> <!-- Project Detail --> <section class="team-area-content" > <div class="container"> <!-- Lower Content --> <div class="lower-content"> <div class="row"> <div class="col-lg-5 col-md-12 col-sm-12 text-center"> <div class="team-img-box"> <?php the_post_thumbnail(); ?> </div> </div> <div class="text-column col-lg-7 col-md-12 col-sm-12"> <div class="s-about-content pl-30 wow fadeInRight" data-animation="fadeInRight" data-delay=".2s"> <?php echo the_content();?> <div class="social"> <?php $postsocial = rwmb_meta( 'wesecurezc_post_single_social' ); echo html_entity_decode ($postsocial); ?> </div> </div> </div> </div> </div> </div> </section> <!--End Project Detail --> <?php get_footer() ?>