GetSimple Support Forum
how to show only sub-menus? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: how to show only sub-menus? (/showthread.php?tid=6792)



how to show only sub-menus? - Tungsteno - 2014-10-03

Hi guys,

i have a page menu like this:

Home
  • section1
    • subsection1A
    • subsection1B
  • section2
    • subsection2A
    • subsection2B

Now the standard showed way is that all menu subsection are showed in pages when you call
Code:
get_navigation(return_page_slug())

Instead i need that for every section page is displayed only the menu with its subsection and leave the others subsection hidden.

Thus, if i'm in the section1 page the submenu showed must be subsection1A, subsection1B.
How can accomplish this?

thanks all


RE: how to show only sub-menus? - Carlos - 2014-10-03

A couple possible options: I18N plugin, Hierarchical menus plugin.


RE: how to show only sub-menus? - Tungsteno - 2014-10-03

Oh thanks!
i use Hierarchical menus!