Your IP : 18.116.89.70


Current Path : /home/ncdcgo/public_html/wp-content/themes/nanosoft/tmpl/
Upload File :
Current File : /home/ncdcgo/public_html/wp-content/themes/nanosoft/tmpl/template-fullwidth.php

<?php

/**
 * Prevent direct access to this file
 */
defined( 'ABSPATH' ) or die();

/**
 * Template Name: Page - Full Width
 */
?>

<?php get_header() ?>
<?php if ( have_posts() ): the_post(); ?>
    <div class="content">
        <?php the_content() ?>

        <?php
        wp_link_pages( array(
            'before' => '<div class="page-links">' . esc_html__( 'Pages: ', 'nanosoft' ),
            'after'  => '</div>',
            'link_before' => '<span>',
            'link_after'  => '</span>',
        ) );
        ?>
    </div>
    <!-- /.content -->

    <?php nanosoft_comments_list() ?>
<?php endif ?>
<?php get_footer() ?>