• rph105

    (@rph105)


    I am using a theme that utilizes the new ‘Menus’ feature available in wordpress 3+.

    When I drag menu items to re-order them, it works fine in the admin area, but when I view the site it does not put the pages in that same order. Am I doing something wrong?

    This is the code I am using
    <?php wp_nav_menu( array( 'theme_location' => 'top-nav' , 'container_class' => 'menu-header' ) ); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    try clearing cache in your browser before viewing the updated page. To clear cache in your browser, press clrl+f5 keys simultaneously. Also, try different computer/browser.

    vectyr

    (@vectyr)

    I’m having this same problem, it seems that wp is stuck on an older version of the nav and won’t change. But for me, it’s only on two specific pages that it does this and they are associated with the Events Calendar plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress Menus Not In Order’ is closed to new replies.