Update the links for action items.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Apr 2017 13:48:11 +0000 (09:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Apr 2017 13:48:11 +0000 (09:48 -0400)
linking:
red hot deals
just arrived
and home sales

sections/front-page.php
sections/interior-page.php

index 1f5b98f..96b5f5f 100644 (file)
                                 <div id="action-buttons" class="small-12 small-centered columns show-for-medium-up">
                                     <div class="row large-collapse">
                                         <div class="action-button small-12 large-4 columns">
-                                            <a class="sales" href="#"></a>
+                                            <a class="sales" href="<?php echo get_permalink(31);?>/"></a>
                                         </div>
                                         <div class="action-button small-12 large-4 columns">
-                                            <a class="hot-deals" href="#"></a>
+                                            <a class="hot-deals" href="<?php echo get_permalink(29);?>/?red_hot_deal=1"></a>
                                         </div>
                                         <div class="action-button small-12 large-4 columns">
-                                            <a class="arrived" href="#"></a>
+                                            <a class="arrived" href="<?php echo get_permalink(29);?>/?just_arrived=1"></a>
                                         </div>
                                     </div>
                                 </div>
index 4297dc6..40c23c5 100644 (file)
@@ -19,7 +19,7 @@
                                         <a href="<?php echo get_permalink(29);?>/?categorySearchMultiple[]=190"><img src="<?php bloginfo('template_url');?>/assets/travel-trailer.png"><span>Travel Trailer</span></a>
                                     </div>
                                     <div class="action-items small-12 medium-3 columns">
-                                        <a href="<?php echo get_permalink(29);?>/?categorySearchMultiple[]=190"><img src="<?php bloginfo('template_url');?>/assets/fifth-wheel.png"><span>Fifth Wheel</span></a>
+                                        <a href="<?php echo get_permalink(29);?>/?categorySearchMultiple[]=188"><img src="<?php bloginfo('template_url');?>/assets/fifth-wheel.png"><span>Fifth Wheel</span></a>
                                     </div>
                                     <div class="action-items small-12 medium-3 columns">
                                         <a href="#"><img src="<?php bloginfo('template_url');?>/assets/single-axle.png"><span>Single Axle</span></a>
                                 <div id="action-buttons" class="small-12 small-centered columns show-for-medium-up">
                                     <div class="row large-collapse">
                                         <div class="action-button small-12 large-4 columns">
-                                            <a class="sales" href="#"></a>
+                                            <a class="sales" href="<?php echo get_permalink(31);?>/"></a>
                                         </div>
                                         <div class="action-button small-12 large-4 columns">
-                                            <a class="hot-deals" href="#"></a>
+                                            <a class="hot-deals" href="<?php echo get_permalink(29);?>/?red_hot_deal=1"></a>
                                         </div>
                                         <div class="action-button small-12 large-4 columns">
-                                            <a class="arrived" href="#"></a>
+                                            <a class="arrived" href="<?php echo get_permalink(29);?>/?just_arrived=1"></a>
                                         </div>
                                     </div>
                                 </div>