Unable to display submenu in blank theme of WordPress

I have used <?php wp_nav_menu(array('menu'=>'main menu'));?>

To display menu and submenu in wp theme, while integrating HTML theme to wp theme but it appears in single line.

Related posts

Leave a Reply

1 comment

  1. In your example, you are printing out a custom menu named ‘main menu’

    Just to make sure, if you go to Appearance > Menus, can you confirm that you definitely have a menu named ‘main menu’ and that it has submenus in it?