Multilevel page menu static on level2 and more
-
Hello everyone!
I have googled this topic front and backwords and have not found a solution. The problem looks like this.
I’m working with static-pages only.
I have a top menu with depth=1 so it displays only the top level of menu.I have a menu on the side to display only the further levels so therefore it looks like this :
$theid = gettheid();
wp_list_pages(‘child_of=$theid’);And I get a list I want but the problem is I only get it when I’m in the top page and when I go into one of the children the menu dissappears – logic.
I want to menu to stay the same in all further levels of children so I would need something called top_page_id ??
Any idea on how to do this would be GREAT!
- The topic ‘Multilevel page menu static on level2 and more’ is closed to new replies.