I found this suggestion and am wondering if anyone can provide screenshots or step-by-step instructions.
—-
niccolo.mineo
Member
Posted 1 month ago #
Hi fboese I found out how to have a completely independent menu:
wp_nav_menu( array(‘menu’ => ‘MENU_SLUG’ ));
of course you have to create a custom menu in WP 3.0+ and of course the “menu” parameter inside the code is mandatory and you can pass a number of parameters (such as menu class or menu id). Check out the codex for them.
Hope I helped.
—