HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u79025353 (4376981)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: /homepages/21/d551682355/htdocs/faqrapalace/wp-content/themes/hoteller/page-canvas.php
<?php 
	get_header(); 

	if ( have_posts() ) {
	while ( have_posts() ) : the_post(); ?>		

	<?php the_content(); break;  ?>

<?php endwhile; 
}

if (comments_open($post->ID)) 
{
?>
<div class="fullwidth_comment_wrapper">
	<?php comments_template( '', true ); ?>
</div>
<?php
}

get_footer();
?>