menu with pages/subpages/subsubpages
-
I’m looking a solution for several days.
I need to create a menu with pages (two levels) and subpages and subsubpages (al least 2 levels).
I realize it in two ways with page widget or with php using (wp_list_pages). I also tried wp_nav_menu.
The tree menu is ok but It doesn’t work perfectlyMy menu (example)
page1
-sub.page1
-sub.sub.page1
-sub.sub.page2
page2
-sub.page1
-sub.sub.page1
page3When I click in sub.page1 it opens correctly, but when I’m in sub.sub.page1 and I click sub.sub.page2 it goes to the sub.sub.page but the sub-tree closes itselfs
So I’m in sub.sub.page2 but the menu is:
page1
page2
page3
with all subpages closedI’d like to keep it open, but I at the moment I can’t do it.
Can you help me ?
I tried to copy css from wp_list_pages (codex) but it doesn’t work.
TIA
- The topic ‘menu with pages/subpages/subsubpages’ is closed to new replies.