HEX
Server: Apache
System: Linux sg2plzcpnl508220.prod.sin2.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: dpknvn09897v (10807170)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dpknvn09897v/public_html/golz.in/wp-content/themes/gracioza/page.php
<?php
/**
 * The template to display all single pages
 *
 * @package WordPress
 * @subpackage GRACIOZA
 * @since GRACIOZA 1.0
 */

get_header();

while ( have_posts() ) { the_post();

	get_template_part( 'content', 'page' );

	// If comments are open or we have at least one comment, load up the comment template.
	if ( !is_front_page() && ( comments_open() || get_comments_number() ) ) {
		comments_template();
	}
}

get_footer();
?>