From: Steve Sutton Date: Mon, 6 Apr 2015 17:49:56 +0000 (-0400) Subject: Small update X-Git-Tag: v1.0.0^2~20 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dbaa8e1295b9ea6361324b49ae69c526c15e4523;p=WP-Themes%2FSaultHistoricSites.git Small update for the other pages to work --- 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');