Remove member admin guide page from chamber side nav
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 1 Mar 2017 17:10:31 +0000 (12:10 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 1 Mar 2017 17:10:31 +0000 (12:10 -0500)
Add an exclude for page 1377

lib/navigation.php
style.css

index 9571c33..930fb05 100644 (file)
@@ -179,7 +179,7 @@ function glm_side_menu() {
     }
     echo '<h1>'.get_the_title($ID).'</h1>';
     echo '<ul class="sidebar-menu menu vertical"><!-- begin -->'."\n";
-    echo wp_list_pages( 'child_of='.$ID.'&title_li=&depth=2&echo=0');
+    echo wp_list_pages( 'child_of='.$ID.'&title_li=&depth=2&echo=0&exclude=1377');
     echo '</ul><!-- end -->'."\n";
 }
 
index 4c7595e..aef200a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.13
+Version: 1.0.15
 */