| 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/blog/ |
Upload File : |
<?php
global $fprinter;
?>
<div class="grid<?php
if( ffSP::get('sidebar show') ){
echo ' sidebar_' . ffSP::get('sidebar position');
}
?>">
<div class="col-content">
<div class="col">
<section class="blog-cat-1_container main_column">
<div class="blog-cat-1_wrapper">
<div class="blog-cat-1 content_cols_eq">
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<article id="post-<?php the_ID(); ?>" <?php post_class("blog-post-1_container post_format_" . ffWP::get('freshformat type')); ?>>
<div class="blog-post-1_wrapper">
<div class="blog-post-1">
<div class="grid">
<div class="col-blog-post-left">
<div class="col">
<div class="post_meta_left">
<?php $fprinter->the_date(); ?>
<?php $fprinter->comments_number(); ?>
<?php $fprinter->likes_number(); ?>
</div>
</div>
</div>
<div class="col-blog-post-right">
<div class="col">
<?php $fprinter->featured_area(); ?>
<?php $fprinter->post_title(); ?>
<?php $fprinter->post_meta(); ?>
<?php $fprinter->the_content(); ?>
<?php wp_link_pages(); ?>
<?php $fprinter->post_tags(); ?>
<?php $fprinter->the_social_share_icons(); ?>
<?php $fprinter->author_box(); ?>
<?php
if( comments_open() && !ffOpt::get('comments disable-post') ) {
comments_template();
}
?>
</div>
</div>
</div>
</div>
</div>
</article>
<?php
endwhile;
endif;
?>
</div>
</div>
</section>
</div>
</div>
<?php if( ffSP::get('sidebar show') ){ get_sidebar(); } ?>
</div>