Keep out page 41
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 20 Apr 2015 13:14:05 +0000 (09:14 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 20 Apr 2015 13:14:05 +0000 (09:14 -0400)
for staff page

functions.php

index 3605a4a..b83ba4a 100644 (file)
@@ -54,7 +54,7 @@ function glm_page_menu($parent = 0, $class = '')
         'post_type'   => 'page',
         'parent'      => $parent,
         'number'      => '',
-        'exclude'     => '',
+        'exclude'     => '41',
         'post_status' => 'publish',
         'sort_order'  => 'asc',
         'sort_column' => 'menu_order'