Support » Themes and Templates » drop down menu in custom theme

  • I am trying to make drop down menus in my custom theme but they are not showing. Can anybody tell me which link to follow in order to make custome menus like in twentytwelve theme.
    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What PHP are you using to generate the menu?

    Thread Starter narjis

    (@narjis)

    <?php wp_nav_menu( array( 'menu'=>'Main menu',
    										'container'=>'',
    								  'theme_location' => 'primary', 'menu_class' => '',
    		'items_wrap'      => '<ul class="nav nav-justified">%3$s</ul>') ); ?>

    I’ve put this in header.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘drop down menu in custom theme’ is closed to new replies.