From dbaa8e1295b9ea6361324b49ae69c526c15e4523 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 6 Apr 2015 13:49:56 -0400 Subject: [PATCH] Small update for the other pages to work --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 8d6f24c..bb31fe9 100644 --- a/functions.php +++ b/functions.php @@ -232,7 +232,9 @@ function glm_page_menu($parent = 0, $class = '') $page_title = $page->post_title; break; } - } + } else { + $page_title = $page->post_title; + } echo '>'.$page_title.''."\n"; if ($totalCount > 0) { echo glm_page_menu($page->ID, 'sub-menu dropdown'); -- 2.17.1