• I am Having Trouble with the Navigation Either all levels are showing up or only the main layer is showing up.

    https://treelinev2.previewbox.info/

    <div id=”header_navigation”>

    <?php
    wp_nav_menu( array(‘theme_location’ => ‘primary_nav’, depth => 1 ));

    ?>

    </div>

    I did not build the site i am just completing it please someone help

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not the best at this but if I remember correctly, the levels that are shown (or not shown) are controlled by the “depth”. Try changing it around and see what shows and what doesn’t.

    I’m sure there are a few smarter programmers than I that can give you a definite answer as to what to do – BUT I can tell you now depth one means it only shows the top, so if you put depth two you’d go one more layer down, etc.

    ??
    Hope this helps a bit!
    Megan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Drop Down Issue’ is closed to new replies.