adding the request travel planner page to the order links in the dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 May 2019 17:14:30 +0000 (13:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 May 2019 17:14:30 +0000 (13:14 -0400)
sections/blog-dropdown.php

index c7ed398..8e00d2d 100644 (file)
@@ -2,7 +2,7 @@
 
 //$categories     = array("places-to-stay", "attractions", "recreation","things-to-do");
 $action_items   = array("Lighthouses", "Waterfalls");
-$travel_tools   = array("Order"=>get_permalink(2), "View"=>"https://www.bluetoad.com/publication/?i=490297#{%22issue_id%22:490297,%22page%22:0}");
+$travel_tools   = array("Order"=>get_permalink(235), "View"=>"https://www.bluetoad.com/publication/?i=490297#{%22issue_id%22:490297,%22page%22:0}");
 
 //foreach($categories as $category){
    // $args = array( 'numberposts' => 1, 'category_name' => $category );
@@ -53,7 +53,7 @@ $travel_tools   = array("Order"=>get_permalink(2), "View"=>"https://www.bluetoad
     </div>
     <div class="travel-tool-text-banner">
         <a class="travel-tool-text-view" href="https://www.bluetoad.com/publication/?i=490297#{%22issue_id%22:490297,%22page%22:0}" target="_blank" >View</a> <span> &vert; </span>
-        <a class="travel-tool-text-order"> Order</a>
+        <a class="travel-tool-text-order" href="<?php echo get_permalink(235); ?>"> Order</a>
     </div>
 </div>
 <script>