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/archive-service.php |
<?php
/**
* The template for displaying archive service
*
* @package insureyou
*/
get_header();
?>
<?php get_template_part('template-parts/breadcrumbs/archive-breadcrumbs'); ?>
<div class="inner-blog pt-120 pb-80">
<div class="container">
<div class="row">
<?php if ( is_active_sidebar( 'sidebar-1' ) ){ ?>
<!-- .blog -->
<div class="col-sm-12 col-md-12 col-lg-8">
<div class="blog-deatails-box">
<?php if ( have_posts() ):?>
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', get_post_format() );
endwhile;
the_posts_navigation();
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>
<div class="col-sm-12 col-md-12">
<div class="row">
<?php insureyou_wordpress_numeric_post_nav();?>
</div>
</div>
</div>
</div>
<!-- #right side -->
<div class="col-sm-12 col-md-12 col-lg-4">
<aside class="sidebar-widget">
<?php get_sidebar();?>
</aside>
</div>
<!-- #right side end -->
<?php } else { ?>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="blog-deatails-box">
<?php if ( have_posts() ):?>
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', get_post_format() );
endwhile;
the_posts_navigation();
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>
<div class="col-sm-12 col-md-12">
<div class="row">
<?php insureyou_wordpress_numeric_post_nav();?>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
<?php get_footer(); ?>