Inherit Path possibilities
Posted: Wed May 25, 2011 11:59 am
Is there a way to inherit the path from the parents with a custom set path?
I will clarify my question:
Right now it automatically creates the path for every page. So for example take the following menu structure, with the created path behind it:
But now I give a custom URL to my "about us" page, lets say:
"about-us/usa/"
Then I would want the children to be starting with the same path, which it does not right now (unless I do it manually). Is there a way to have this done automatically upon creation of every new page?
Reason why I am asking, as I am using my menu structure for different menus (where main and footer menu are just containers):
eg.
Now, I would actually still have my products page be called:
/products/whatever sub items
and not:
main-menu/products/....
But at the moment I cannot do this... or at least, I have no idea how!
Anyone any ideas?
I will clarify my question:
Right now it automatically creates the path for every page. So for example take the following menu structure, with the created path behind it:
Code: Select all
Home (/)
About us (about-us)
- Address (about-us/address)
- Employees (about-us/employees)
"about-us/usa/"
Then I would want the children to be starting with the same path, which it does not right now (unless I do it manually). Is there a way to have this done automatically upon creation of every new page?
Reason why I am asking, as I am using my menu structure for different menus (where main and footer menu are just containers):
eg.
Code: Select all
Home
Main menu
- Home (redirect)
- Products
- etc
Footer menu
- About us
- Colofon
- etc
/products/whatever sub items
and not:
main-menu/products/....
But at the moment I cannot do this... or at least, I have no idea how!
Anyone any ideas?