Menu Re-Order doesn't save
-
Hi,
iam a theme developer and iam about to fix the final bugs for my theme so i came across that bug.
After re-ordering the menu points in Appearence -> Menus it doesn’t save. I can drag and drop them, but whenever i hit save the old position gets reverted. (it orders after the date)
Anyone got any ideas where to search for this issue?
Here is how i register my menu in the functions.php
// register menus function register_main_menu() { register_nav_menu('main-menu', 'Top Primary Menu'); } add_action( 'init', 'register_main_menu' );
The header.php
<?php wp_nav_menu( array( 'theme_location' => 'main-menu' ) ); ?>
Any ideas would be great. ??
Thanks a lot,
mike
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Menu Re-Order doesn't save’ is closed to new replies.