WordPress Menus Not In Order
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress Menus Not In Order’ is closed to new replies.