HEX
Server: Apache
System: Linux p3plzcpnl505785.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xuvi7odgswsg (6947073)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //home/xuvi7odgswsg/www/wp-content/themes/flex-multi-business/fullwidth.php
<?php
/**
Template Name: Full Width Page
**/
get_header();
?>

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

<!-- blog detail start-->
<div class="sp-100 bg-w">
    <div class="container">
        <div class="row ">
            <div class="col-sm-12">
                <?php while ( have_posts() ) : the_post(); ?>
					<?php get_template_part( 'template-parts/content', 'page' ); 
					if ( comments_open() || '0' != get_comments_number() ) :
					comments_template(); 
					endif; ?>
				<?php endwhile; ?>	
			</div>	
		</div>
	</div>
</div>

<?php else :

	get_template_part( 'template-parts/content', 'none' );

endif;
?>

<?php
get_footer();
?>