Added echo for the get_permalink function of previous commit
authorLaury GvR <laury@gaslightmedia.com>
Mon, 1 Aug 2016 12:57:24 +0000 (08:57 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 1 Aug 2016 12:57:24 +0000 (08:57 -0400)
front-page.php

index fcc4f58..af55cec 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="<?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>
+            <a id="advent" href="<?php echo get_permalink(15); ?>"> Adventures</a>
+            <a id="dest" href="<?php echo get_permalink(13); ?>"> Destinations</a>
+            <a id="food" href="<?php echo get_permalink(31); ?>"> Eat, Dine, Shop</a>
+            <a id="more" href="<?php echo get_permalink(45); ?>"></a>
         </div>
     </div>
     <div id="content-wrapper">