wp_nav_menu returns menu list in ascending order. How can I arrange the menu same as dashboard menu

Question
 <?php
              wp_nav_menu(array(
                  'theme_location' => 'primary',
                  'container' => 'ul',
                  'menu_class'=> 'top-menu'
                  /* 'walker' => new Walker_nav_Primary() */
                  )
              );                  
          ?>

This is a simple wp_nav_menu

enter image description here

You can see ascending order from above example

I have done this in WP.

enter image description here

wp_nav_menu gives me ascending order menu. How can I arrange as dashboard?

Please help.

0
, , user147874 4 years 2020-02-13T08:39:05-05:00 0 Answers 96 views 0

Leave an answer

Browse
Browse