PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/ruvimbofunco/www/wp-content/themes/insureyou/ |
| Server: Linux red.truehostdns.com 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64 IP: 51.161.15.103 |
| Dir : /home/ruvimbofunco/www/wp-content/themes/insureyou/single-team.php |
<?php
/**
* The template for displaying team pages
*
* @package insureyou
*/
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-4 col-md-12 col-sm-12">
<div class="team-img-box">
<?php the_post_thumbnail(); ?>
</div>
<div class="per-info">
<?php
$postsocial = rwmb_meta('insureyouzc_post_single_social');
echo html_entity_decode ($postsocial);
?>
</div>
</div>
<div class="text-column col-lg-8 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>
</div>
</div>
</div>
</div>
</section>
<!--End Project Detail -->
<?php get_footer() ?>