HEX
Server: Apache
System: Linux sg2plzcpnl490055.prod.sin2.secureserver.net 4.18.0-553.94.1.lve.el8.x86_64 #1 SMP Thu Jan 22 12:37:22 UTC 2026 x86_64
User: falconiapl2015 (2212252)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/falconiapl2015/public_html/wp-content/themes/nexgen/templates/full-width.php
<?php
/**
 * Template Name: Nexgen Full Width
 * Template Post Type: post, page, nexgen-portfolio
 * @package Nexgen
 */

get_header(); 

while ( have_posts() ) {

	the_post();
	the_content();
						
	wp_link_pages( array(
		'before' => '<div class="clearfix"></div><div class="ml-0 page-links">',
		'after'  => '</div>',
	) );

	if ( comments_open() || get_comments_number() ) {
		comments_template();
	}
}

get_footer();