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/Velosophe/dev.abloc.cc/wwwroot/app/themes/abloc/content.php
<?php
global $nm_theme_options;

$blog_layout = $nm_theme_options['blog_layout'];
?>

<?php if ( have_posts() ) : ?>

    <div class="nm-blog-<?php echo esc_attr( $blog_layout ); ?>">
        <?php get_template_part( 'content', $blog_layout ); ?>
    </div>

    <?php get_template_part( 'pagination' ); ?>

<?php 
    else :

        // If no content, include the "No posts found" template
        get_template_part( 'content', 'none' );

    endif;
?>