• Site has one custom menu and it makes no difference whether or not I include ‘sort_column’ => ‘menu_order’, it’s still stuck on a single nonalphabetical arrangement of the menu items. Every time I try to update the order it reverts back after the page reloads. Made a second menu as a test and it’s stuck as well.

    Main menu is coming up as:
    About
    Contact
    Blog
    Home

    Test menu is:
    Website TOS
    Privacy Policy
    Anti-SPAM Policy
    Disclaimer
    Disclosure
    Sitemap

    The menus will allow for subpages, but they preserve the same organization (i.e. if I make Disclaimer and Disclosure subpages of Sitemap, then Disclaimer will always appear above Disclosure.)

    Any thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Are you using a hard-coded menu or are you using the built-in menu capability in WordPress?

    Thread Starter maustin89

    (@maustin89)

    Hi Pierrick,

    Using the built-in menus, here’s the code I have for it in the header:

    <?php wp_nav_menu( array('sort_column' => 'menu_order', 'menu_class' => 'menu-header', 'theme_location' => 'primary','fallback_cb' => false) ); ?>

    [No bumping, thank you.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nav menu won't allow sorting of menu items’ is closed to new replies.