| 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/page/ |
Upload File : |
<?php
global $fprinter;
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div class="top_content">
<?php if ( function_exists('is_woocommerce') and is_woocommerce() ){
do_action('woo_custom_breadcrumb');
} ?>
<?php ffTemplater::pageTitlebar(); ?>
<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 sidebar_right">
<div class="col-content">
<div class="col">
<article id="post-<?php the_ID(); ?>" <?php post_class("page-1_container main_column"); ?>>
<div class="page-1_wrapper">
<div class="page-1 content_cols_eq">
<?php $fprinter->featured_image(); ?>
<?php $fprinter->the_title(); ?>
<?php $fprinter->the_content(); ?>
<?php
if( comments_open() && !ffOpt::get('comments disable-page') ) {
comments_template();
}
?>
</div>
</div>
</article>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
endwhile;
endif;
?>