HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/morenews/page-templates/full-width.php
<?php
/**
 * Template Name: Page Builder Full Width
 *
 * A full-width template for page builders with header and footer.
 */

get_header(); ?>

<div id="primary" class="content-area aft-pagebuilder-full-width-content">
    <main id="main" class="site-main" role="main">
        <?php
        if ( have_posts() ) :
            while ( have_posts() ) :
                the_post();
                the_content(); // Page builder content area
            endwhile;
        endif;
        ?>
    </main>
</div><!-- #primary -->

<?php
get_footer();