Test out showing the id if page not in array of booknow pages
authorLaury GvR <laury@gaslightmedia.com>
Thu, 18 Apr 2019 23:28:50 +0000 (19:28 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 18 Apr 2019 23:28:50 +0000 (19:28 -0400)
sections/interior-page.php

index d53fea0..4a0f1c0 100644 (file)
@@ -62,6 +62,8 @@
                                         <a class="booknow-button" href="<?php echo get_permalink(1384); ?>">Book Now</a>
                                     </div>
                                 <?php 
+                            } else {
+                                echo "The id is " . get_the_id();
                             }
                         ?>
                         <?php get_template_part('parts/main-content');?>