File: D:/HostingSpaces/MvAlphen/va-bo.nl/wwwroot/wp-content/themes/hattan/single.php
<?php get_header();
global $smof_data;?>
<?php if($smof_data['menu-type']== "menu-4"):?>
<div id="right-box">
<?php get_template_part('title');?>
<section id="blog">
<div class="container">
<?php else: ?>
<section id="blog">
<div class="container">
<?php endif;?>
<?php if( $smof_data['blog_sidebar'] == 1):?>
<div class="col-lg-3 col-sm-3 column">
<?php get_sidebar(); ?>
</div>
<?php endif;?>
<?php if( $smof_data['blog_sidebar'] == 3): ?>
<div class="col-lg-12 col-sm-12 column">
<?php else: ?>
<div class="col-lg-9 col-sm-9 column">
<?php endif;?>
<!-- FIRST POST BLOG -->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'includes/partials/content', 'single' ); ?>
<?php endwhile; else: ?>
<?php get_template_part( 'no-results', 'index' ); ?>
<?php endif; ?>
</div>
<?php if( $smof_data['blog_sidebar'] == 2):?>
<div class="col-lg-3 col-sm-3 column">
<?php get_sidebar(); ?>
</div>
<?php endif;?>
</div>
</section>
<?php get_footer(); ?>