Web Applications
- December 23, 2010
WordPress multi level sidebar page navigation
Using WordPress as a CMS is quite easy if you plan to use the menu feature. Drop down menus are also very common, what is less easy is the sidebar page menu that onluy displays children of active page. While this is a very common practise on websites, wordpress does not let you implement this easy. Here a a few links to guide you if you’ re willing to get the sidebar menu without children of other pages than current
- background info : display sub pages in sidebar
- http://toolboxdigital.com/2010/11/advanced-wordpress-sub-navigation-using-wp_list_pages/
- http://themeforest.net/item/corporate-easy-ready-in-5-minutes-/full_screen_preview/129123
- active discussions including various menu solutions (for PHP coders)
- http://stackoverflow.com/questions/2886540/dynamic-vertical-menu-for-wordpress
- http://wordpress.org/support/topic/sidebar-menu-with-child-page-subpage-active
- http://wordpress.org/support/topic/wp_nav_menu-list-only-2nd-level-separate-submenu/page/2?replies=34#post-1811302
- css way
- http://themehybrid.com/support/topic/wp3-menus-subpages
- http://wordpress.stackexchange.com/questions/2802/display-a-only-a-portion-of-the-menu-tree-using-wp-nav-menu/2809#2809



