From cce86c0383b4c2af44adbf746d864e72d9e85a6b Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Sun, 20 Sep 2015 15:44:01 +0300 Subject: [PATCH] add code-of-conduct for the submenu --- page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.php b/page.php index 36732fa..a6b1a6c 100644 --- a/page.php +++ b/page.php @@ -2,7 +2,7 @@ get_header(); /* Some special pages (the ones describing the event, team, etc. need a special submenu */ -if ( preg_match('/^(about|ideas-and-recommendations|feedback|team|history|volunteers)/', $pagename) ) { +if ( preg_match('/^(about|ideas-and-recommendations|feedback|team|history|volunteers|code-of-conduct)/', $pagename) ) { wp_nav_menu( array( 'theme_location' => 'subnav-menu', 'container_class' => 'content subnav cf' ) ); }