<?php
/**
 * The template for displaying Room Archive pages.
 * 
 * This file be overriden and customized by copying it to a theme directory. 
 *
 *
 * @package Hospitality
 * @since 1.0.0
 *
 *
 */


get_header(); 
?>
   <div id="primary" class="site-content">
    <div id="content" role="main">
    	<div <?php post_class();?>>
    		<div class="entry-content">
	 		<?php echo do_shortcode('[room_listing]') ;?>
	 		</div>
	 	</div>
    </div><!-- #content -->
  	
  </div><!-- #primary -->

<?php get_sidebar(); ?>
<?php get_footer();  ?>
