removing members only menu from mobile nav
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jun 2018 20:03:03 +0000 (16:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jun 2018 20:03:03 +0000 (16:03 -0400)
removing members only menu item

lib/navigation.php
style.css

index b7376bd..f5b5d91 100644 (file)
@@ -34,7 +34,6 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) {
         echo '<div class="left-off-canvas-list">';
         echo '<ul><li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
         echo glm_get_mobile_nav_menu( 'top-bar' );
-        echo '<li class="page_item"><a href="' . get_permalink( get_page_by_path( 'members-only' ) ) . '">Members Only</a></li>';
         echo '</ul></div>';
     }
 }
index 4ad3341..4eebec3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Ice Breaker Mackinaw
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Ice Breaker
-Version: 1.0.1
+Version: 1.0.2
 */