HEX
Server: Apache
System: Linux d5123.usc1.stableserver.net 5.14.0-570.17.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Sat May 24 12:53:17 EDT 2025 x86_64
User: d5123 (1001)
PHP: 8.4.21
Disabled: NONE
Upload Files
File: /home/d5123/myboofola_com/wp-content/plugins/axiohost/fullwidth-page-template.php
<?php 
/*
    Template Name: Page with Full Width
*/
get_header(); 
?>
<!-- Start Post Title Area -->
<section class="post-title-area bg-color2">
 <div class="container">
	<div class="post-title-content">
	   <h1 class="heading-1"><?php wp_title(' '); ?></h1>
	</div>
 </div>
 <div id="post-title-shape"></div>
</section>

<!-- End Post Title  Area -->
<div id="content" class="blog-area">
 <div class="blog-wrapper">
	<div class="container">
	   <div class="row">
		  <div class="col-md-12">   
			 <div id="post-<?php the_ID(); ?>">
					<?php 
						 get_template_part('template-parts/content', 'content'); 
						 get_template_part('template-parts/comments-template', 'comments-template');
					?>  
			 </div>
		  </div>

	   </div>
	</div>
 </div>
</div>
<!-- End Blog Area -->
 <?php get_footer(); ?>