badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Additional Menu

#3876
ckeilson
Participant

Thanks for your help. The next issue I am facing is that the code to pull the menu is not working. It is pulling the info from the main menu, but not my secondary menu. The code I used on my other Web Site was:


<div class="member-login span6">
			<?php wp_nav_menu( array('menu' => 'About-Us-Menu' )); ?>
                    </div>

I wanted to do the same thing here to pull the info from the menu I titled “Minor-Menu”

<div class="Minor-Menu span6">
			<?php wp_nav_menu( array('menu' => 'Minor-Menu' )); ?>
                    </div>

But it is not working.