fix volunteers page submenu
This commit is contained in:
parent
29f608ba7d
commit
12ff13d449
2
page.php
2
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)/', $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>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue