Will not display as primary menu.
-
I have been trying to get menu to work as Primary Menu but it will just not play. It does work as a shortcode but not as part of main menu. Here is code from header.
Am I missing something???
Thanks
Raddles<?php if (theme_get_option(‘theme_use_default_menu’)) { wp_nav_menu( array(‘theme_location’ => ‘prmary-menu’) );} else { ?><nav class=”art-nav”>
<div class=”art-nav-inner”>
<?php
echo theme_get_menu(array(
‘source’ => theme_get_option(‘theme_menu_source’),
‘depth’ => theme_get_option(‘theme_menu_depth’),
‘menu’ => ‘primary-menu’,
‘class’ => ‘art-hmenu’
)
);
get_sidebar(‘nav’);
?>The page I need help with: [log in to see the link]
The topic ‘Will not display as primary menu.’ is closed to new replies.