Forums

Custom menu w dropdown (2 posts)

  1. surfeuse
    Member
    Posted 1 year ago #

    I have added a custom menu to my header: by adding this in my theme functions file: add_theme_support( 'menus' );

    I then add this code in my header:

    <?php wp_nav_menu( array('menu' => 'navigation',)); ?>

    Great the right menu shows up. However I can't get it to show the subpages/categories that I have in my custom menu. I know I need to do something with depth=1 but I just can't figure out how to get it to work.

    I had: <?php wp_nav_menu( array('menu' => 'navigation', 'depth'=>'1' )); ?>

    but that doesn't work.

    anyone knows hoew to do this?

    Thanks

  2. Samuel B
    moderator
    Posted 1 year ago #

    review
    http://codex.wordpress.org/Function_Reference/wp_nav_menu
    for one thing - no quotes around numbers

Topic Closed

This topic has been closed to new replies.

About this Topic