?>
<div class="mid-content rooms-content">
<div id="primary" class="content-area">
+
+ <?php
+ $pages_with_booknow = [
+ 86, // Rooms & Suites
+ 90, // Amenities
+ 92, // Packages & Offers
+ 94, // Weddings
+ 98, // Meeting Venues
+ 100,// Group Activities
+ 116 // Swim & Fitness
+ ];
+ if ( in_array( get_the_id(), $pages_with_booknow ) ) {
+ ?>
+ <div class="booknow-button-container">
+ <a class="booknow-button" href="<?php echo get_permalink(1384); ?>">Book Now</a>
+ </div>
+ <?php
+ }
+ ?>
<main id="main" class="site-main">
<?php echo "<h1 class='rooms-page-title'> $post->post_title </h1>"; ?>
<div class="interior-page-content">