We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802424e commit c8089a9Copy full SHA for c8089a9
themes/osi/templates/ai-wide.php
@@ -9,6 +9,14 @@
9
get_header( 'ai' );
10
else :
11
get_header();
12
+ // Display the AI secondary nav menu
13
+ wp_nav_menu( array(
14
+ 'theme_location' => 'ai_secondary_nav',
15
+ 'menu' => 'AI secondary nav',
16
+ 'container' => 'nav',
17
+ 'container_class'=> 'ai-secondary-nav',
18
+ 'menu_class' => 'ai-secondary-nav-menu',
19
+ ) );
20
endif;
21
?>
22
0 commit comments