<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<?php get_header(); ?>
<div class="pagina articolo corp ">
<div class="row">
<div class="contenuto col-9 col-md-8 col-sm-12">
<div class="item-image">
<?php
the_post_thumbnail('medium', array( 'class' => 'featured-image' ));
?>
<div class="data">
<div class="giorno"><?php echo get_the_date('j'); ?></div>
<div class="mese"><?php echo get_the_date('M'); ?></div>
</div>
</div>
<?php
if(!show_title()){
the_title('<h1 class="main-title">', '</h1>');
}
?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div>
<div class="sidebar col-3 col-md-4 col-sm-12">
<?php dynamic_sidebar( 'sidebar' ); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
All system for education purposes only. For more tools: Telegram @jackleet