treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Sub Menus?

  • Can we have sub menus on wordpress? I am sure we can... I mean, if I want to have sub menus (possibly unique menus/navs for different pages).

    Is there any plugin or simple way to do that?

    Regards,
    TN
  • You can put a nav anywhere and list all sorts of different pages:

    http://codex.wordpress.org/Template_Tags/wp_list_pages
  • I can't seem to get submenus to appear properly. I created the menu with no problem. But the one item in my navbar that I want a submenu to appear on won't work. It lists the subpages underneath, but they are visible all the time. How do I make them appear only on a click or hover-over?
  • You'll need to get into some CSS and a:hover.

    You'll find tons of tutorials around that go over creating CSS menus.