Changed members only link to go to the right page
authorLaury GvR <laury@gaslightmedia.com>
Thu, 15 Jun 2017 18:30:42 +0000 (14:30 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 15 Jun 2017 18:30:42 +0000 (14:30 -0400)
footer.php
functions.php
parts/off-canvas-menu.php

index 692d8a7..f9b5732 100644 (file)
@@ -41,7 +41,7 @@
                     <div class="row">
                         <div class="show-for-medium-up text-center medium-12 large-text-left large-6 columns">
                         <ul>
-                            <li><a href="<?php echo esc_url( home_url( '/' ) ); ?>members-only">Members Only</a></li><!--
+                            <li><a href="<?php echo esc_url( home_url( '/' ) ); ?>members-login">Members Only</a></li><!--
                             --><li class="bullet"> &#8226; </li><!--
                             --><li><a href="<?php echo esc_url( home_url( '/' ) ); ?>sitemap">Sitemap</a></li><!--
                             --><li class="bullet"> &#8226; </li><!--
index 579e44d..c696edd 100644 (file)
@@ -87,10 +87,10 @@ if ( ! function_exists( 'glm_members_only_menu')) {
     function glm_members_only_menu() {
         wp_nav_menu(array(
             'container' => false,                           // remove nav container
-            'container_class' => 'members-only-menu',                        // class of container
+            'container_class' => 'members-only-menu',       // class of container
             'menu' => '',                                   // menu name
-            'menu_class' => 'members-only-menu',                             // adding custom nav class
-            'theme_location' => 'members-only-menu',             // where it's located in the theme
+            'menu_class' => 'members-only-menu',            // adding custom nav class
+            'theme_location' => 'members-only-menu',        // where it's located in the theme
             'before' => '',                                 // before each link <a>
             'after' => '',                                  // after each link </a>
             'link_before' => '',                            // before each link text
index 37bcd56..53f7cef 100644 (file)
@@ -10,7 +10,7 @@
         <li class="pinterest"><a href="https://www.pinterest.com/gaylordmichigan/" target="_blank"></a></li>
     </ul>
     <ul>
-        <li><a href="<?php echo esc_url( home_url( '/' ) ); ?>members-only">Members Only</a></li>
+        <li><a href="<?php echo esc_url( home_url( '/' ) ); ?>members-login">Members Only</a></li>
         <li><a href="<?php echo esc_url( home_url( '/' ) ); ?>sitemap">Sitemap</a></li>
         <li><a href="<?php echo esc_url( home_url( '/' ) ); ?>privacy-policy">Privacy Policy & Terms of Use</a></li>
     </ul>