Permalinks added for frontpage 'More Offers' links
authorLaury GvR <laury@gaslightmedia.com>
Mon, 1 Aug 2016 12:56:03 +0000 (08:56 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 1 Aug 2016 12:56:03 +0000 (08:56 -0400)
front-page.php

index 697eb68..fcc4f58 100644 (file)
@@ -6,10 +6,10 @@
             <?php get_template_part('parts/frontpage-adrotate-slider');?>
         </div>
         <div id="deal" class="small-12 text-center large-text-left large-3 columns">
-            <a id="advent" href="#"> Adventures</a>
-            <a id="dest" href="#"> Destinations</a>
-            <a id="food" href="#"> Eat, Dine, Shop</a>
-            <a id="more" href="#"></a>
+            <a id="advent" href="<?php get_permalink(15); ?>"> Adventures</a>
+            <a id="dest" href="<?php get_permalink(13); ?>"> Destinations</a>
+            <a id="food" href="<?php get_permalink(31); ?>"> Eat, Dine, Shop</a>
+            <a id="more" href="<?php get_permalink(45); ?>"></a>
         </div>
     </div>
     <div id="content-wrapper">