Reputation: 609
I have a menu structure like this
1 About_us
1.1 Physicians
1.2 Locations
So when a user selects Physicians, url will be www.abc.com/about_us/physicians.html
I want to change it to www.abc.com/physicians.html
Any Help?
Upvotes: 0
Views: 826
Reputation: 4009
You can create a hidden menu with a position called physicians and link to it from the second-level items of your main menu.
Upvotes: 2