Link to home
Start Free TrialLog in
Avatar of ezrhino5151
ezrhino5151

asked on

WordPress alternate page menu

Hello Experts,
I am having trouble finding a good plugin for WordPress that allows me to use menus I created for different pages.
For instance, I want specific pages to have a set of top menu options different from others.  
If I have a web site that deals with custom vehicles and I have a " Cars" "Trucks" and "Bikes" main menu on the home page, I want that customer to be able to click on the cars menu and be sent to a page that has a different top menu with links only dealing with cars.
In the template I purchased from ThemeForest I found this entry in my header.php file.:
<!-- ......................[ Top Menu ]...................... -->	
		<div class="top-menu">
			<?php swm_display_topmenu(); ?>
		</div>		
<!-- ......................[ End Top Menu]...................... -->

Open in new window

Can I create separate headers, templates or a set of "if" statements that can change the top menu according to the page that is being called?
Ideally I would like to use a plugin but I want to keep the same menu formatting for all the pages.  If I have to shuffle the pages and menu around a lot, a plugin would make life easier.
If it matters the name of the theme is "Desire".
Thank you
Richard
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ezrhino5151
ezrhino5151

ASKER

The plugin worked perfectly.
Thanks
Richard