HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/www/wp-content/themes/shopire/page-templates/page-full-width.php
<?php
/**
Template Name: Fullwidth Page
**/

get_header();
?>
<section class="wf-py-default">
	<div class="wf-container">
		<div class="wf-row wf-g-5">
			<div class="wf-col-lg-12 wf-col-md-12 wf-col-12 wow fadeInUp">
				<?php 		
					the_post(); the_content(); 
					
					if( $post->comment_status == 'open' ) { 
						 comments_template( '', true ); // show comments 
					}
				?>
			</div>
		</div>
	</div>
</section>
<?php get_footer(); ?>