Forums

[resolved] 3.0 Menus (2 posts)

  1. dizzyvapor
    Member
    Posted 1 year ago #

    I just started playing around with the new menus in 3.0 under Appearance > Menus. I like how customizable it is but is there a way I can make submenu items appear when the parent is clicked or if you are on the parent's page? Right now they are always visible and I don't want that.

    I'm not that great when it comes to Javascript so if anyone has seen something that works with the new customizable menus in WordPress 3.0, it would be a great help!

  2. dizzyvapor
    Member
    Posted 1 year ago #

    Nevermind. Looking at this page helped me out: http://codex.wordpress.org/Function_Reference/wp_nav_menu

    I decided to make a template for the page that has subpages and put a different custom menu on it using this code:

    <?php wp_nav_menu( array('menu' => 'Project Nav' )); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic