From 3ad595c6fbf5717d28b9e7406af6c6b931b78a86 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 20 Apr 2015 09:14:05 -0400 Subject: [PATCH] Keep out page 41 for staff page --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 3605a4a..b83ba4a 100644 --- a/functions.php +++ b/functions.php @@ -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' -- 2.17.1