From d7969d22fa6e5ace6ebe529910a5e7d7b68daac5 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Thu, 9 Oct 2014 00:08:39 +0300 Subject: [PATCH] fugly hack for the menu --- page.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/page.php b/page.php index 41a57d1..8270a98 100644 --- a/page.php +++ b/page.php @@ -2,12 +2,16 @@ get_header(); if ( $pagename == 'about' || + $pagename == 'about-3' || $pagename == 'ideas-and-recommendations' || + $pagename == 'feedback' || $pagename == 'team' || - $pagename == 'history' ) { + $pagename == 'team-2' || + $pagename == 'history' || + $pagename == 'history-2') { wp_nav_menu( array( 'theme_location' => 'subnav-menu', 'container_class' => 'content subnav cf' ) ); echo '
'; -} + } if (openfest_home_page()) { $coldiv1='';