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/page-sidebar-left.php
<?php
/*
Template Name: Sidebar Left
*/

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;?>
            <div class="col-lg-3 col-sm-3 column">
                <?php get_sidebar(); ?>
            </div>   
            <div class="col-lg-9 col-sm-9 column">
           <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> 
                    <div class="editor-styles">
                    <?php the_content(); ?>
                    </div>
                    <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', EF1_THEME_NAME), 'after' => '</div>' ) );
                    comments_template('', true); ?> 
            <?php endwhile; else: ?>
                    <?php get_template_part( 'no-results', 'index' ); ?>
            <?php endif; ?>
            </div>
    </div>
</section>
<?php get_footer(); ?>