| Server IP : 212.183.175.188 / Your IP : 216.73.216.82 Web Server : nginx/1.30.4 System : Linux duemilacom6.interac.it 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64 User : cvevolpi ( 10022) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/cvevolpi.it/httpdocs/wp-content/themes/sentinel/templates/archive/ |
Upload File : |
<div class="top_content">
<?php if ( function_exists('is_woocommerce') and is_woocommerce() ){
do_action('woo_custom_breadcrumb');
} ?>
<?php get_template_part('templates/titlebar/titlebar', 'archive-1'); ?>
<div class="main_content_container cwidth_container">
<div class="main_content_wrapper cwidth_wrapper">
<div class="main_content cwidth">
<div class="col-1-1">
<div class="col">
<div class="grid<?php
if( ffSP::get('sidebar show') ){
echo ' sidebar_' . ffSP::get('sidebar position');
}
?>">
<div class="col-content">
<div class="col">
<div class="blog-cat-1_container main_column">
<div class="blog-cat-1_wrapper">
<div class="blog-cat-1 archive-cat-1 content_cols_eq">
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
get_template_part( 'templates/archive/archive-post', '1' );
endwhile;
else:
echo '<p>'.ff_translate('search nothing_found').'</p>';
endif;
get_template_part('templates/pagination/pagination', '1');
?>
</div>
</div>
</div>
</div>
</div>
<?php if( ffSP::get('sidebar show') ){ get_sidebar(); } ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>