Book now link changed to live site page id
authorLaury GvR <laury@gaslightmedia.com>
Fri, 19 Apr 2019 00:16:29 +0000 (20:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 19 Apr 2019 00:16:29 +0000 (20:16 -0400)
parts/main-content.php
sections/rooms-content.php

index a54b1f0..8d0ae29 100644 (file)
@@ -11,7 +11,7 @@
                 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>
+                            <a class="booknow-button" href="<?php echo get_permalink(2213); ?>">Book Now</a>
                         </div>
                     <?php 
                 }
index 56dc99e..9ff652a 100644 (file)
@@ -22,7 +22,7 @@ global $post;
             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>
+                        <a class="booknow-button" href="<?php echo get_permalink(2213); ?>">Book Now</a>
                     </div>
                 <?php 
             }