HEX
Server: Apache
System: Linux p3plzcpnl507886.prod.phx3.secureserver.net 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: njtlk1f8hdyw (10030520)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/njtlk1f8hdyw/public_html/baler.com.co/wp-content/themes/fabrica/page.php
<?php
/**
 * The template to display all single pages
 *
 * @package FABRICA
 * @since FABRICA 1.0
 */

get_header();

while ( have_posts() ) {
	the_post();

	get_template_part( apply_filters( 'fabrica_filter_get_template_part', 'templates/content', 'page' ), '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();