changing the category ids for the members dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Oct 2017 16:55:10 +0000 (12:55 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Oct 2017 16:55:10 +0000 (12:55 -0400)
topbar dropdown menu had reversed category ids for the destinations and venues, reversing
these in the shortcodes

parts/dropdown-destinations.php
parts/dropdown-venues.php

index 604726c..8693113 100644 (file)
@@ -3,7 +3,7 @@
         <a href="<?php echo get_permalink(155); ?>">Destinations</a>
         <ul class="dropdown member-dropdown">
             <div id="destinations">
-            <?php echo do_shortcode("[glm-members-list view='dropdown' category='2']"); ?>
+            <?php echo do_shortcode("[glm-members-list view='dropdown' category='1']"); ?>
             </div>
         </ul>
     </li>
index 241d395..c24e103 100644 (file)
@@ -4,7 +4,7 @@
         <a href="<?php echo get_permalink(155); ?>">Venues</a>
         <ul class="dropdown member-dropdown">
             <div id="venues">
-                <?php echo do_shortcode("[glm-members-list view='dropdown' category='1']"); ?>
+                <?php echo do_shortcode("[glm-members-list view='dropdown' category='2']"); ?>
             </div>
         </ul>
     </li>