[Solved] Create menu with specific items
Posted: Wed Dec 14, 2011 11:27 am
I'm trying to create a menu that only contains items of a specific sub-tree of my page structure.
My page scructure looks like this:
What I need is a menu that will only contain the children of EN/Products/ (i.e. Category A, Category B, Category C)
Any ideas how I can achieve this?
My page scructure looks like this:
Code: Select all
Home/
|
EN/
|
------Products/
| |--------Category A
| |--------Category B
| |--------Category C
|
------Photos/
| |--------Photos of A
| |--------Photos of B
| |--------Photos of C
|
ZH/
|--------.......
|
|--------........
|
FR/
|--------........
|--------........
Any ideas how I can achieve this?