????

Your IP : 216.73.216.188


Current Path : /home/degesdxb/public_html/wp-content/themes/hoteller/
Upload File :
Current File : //home/degesdxb/public_html/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();
?>