HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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(); ?>