<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<?php get_header(); ?>
<?php if(has_post_thumbnail()){
if(wp_is_mobile()){
$slide = get_the_post_thumbnail_url( null, 'medium' );
} else{
$slide = get_the_post_thumbnail_url( null, 'full' );
}
} else{
$slide = get_header_image();
}
if(has_post_thumbnail() || has_header_image()){
if(!show_title()){
$titolo = '<div class="corp"><h1 class="main-title">'. get_the_title() .'</h1></div>';
}
if(!show_image()){
echo '<div class="page-hero" style="background-image: url('. $slide .');">'.(isset($titolo) ? $titolo : null).'</div>';
}
}
?>
<div class="pagina corp">
<div class="contenuto">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div>
</div>
<?php get_footer(); ?>
All system for education purposes only. For more tools: Telegram @jackleet