hi!
im using wp as a cms. i use pages instead of posts, and i have 6 main pages, whereas 3 of them have subpages.
i'd like to use wp-dtree for the menu of these subpages. so there should be one tree per parent-page, that is only displayed when the parent is selected in the main menue on top of the page:
main menue:
[about] [parent1] [parent2] [parent3] [download] [link]
parent1
-p1.sub1
-p1.sub2
-p1.sub3
parent2
-p2.sub1
-p2.sub2
--p2.sub2.sub1
parent3
....
>>
if nothing is selected, no trees are displayed,
if parent1 is selcted(clicked) the tree for parent1 is displayed
and if parent2 or parent3 are selcted their tree but no other is displayed!
how could i do that?
i can code php okay - but i dont know where to start.
please gimme hint!!
thanks,
rsi
here's the test setup: http://www.masinka.net/test