fix volunteers page submenu

This commit is contained in:
Vasil Kolev 2014-10-14 07:18:15 +03:00 committed by Openfest
parent 29f608ba7d
commit 12ff13d449
1 changed files with 1 additions and 1 deletions

View File

@ -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)/', $pagename) ) {
if ( preg_match('/^(about|ideas-and-recommendations|feedback|team|history|volunteers)/', $pagename) ) {
wp_nav_menu( array( 'theme_location' => 'subnav-menu', 'container_class' => 'content subnav cf' ) );
echo '<div class="separator"></div>';
}