[wp-trac] [WordPress Trac] #14134: WP3 - Menus item are limited to 16 item and will not save more than that

WordPress Trac wp-trac at lists.automattic.com
Mon Jun 28 22:50:55 UTC 2010


#14134: WP3 - Menus item are limited to 16 item and will not save more than that
--------------------------+-------------------------------------------------
 Reporter:  jaanfx        |       Owner:                                
     Type:  defect (bug)  |      Status:  new                           
 Priority:  normal        |   Milestone:  Awaiting Review               
Component:  Menus         |     Version:  3.0                           
 Severity:  major         |    Keywords:  menus, disappear, limited item
--------------------------+-------------------------------------------------
 I've installed a fresh copy of the WP 3.0 about 4 days ago. Using default
 twentyten theme. I modified the menus from the admin panel with new pages
 and some custom links and hierchy... now everytime I modify the menu and
 click "Save Menu" it only saves the first 16 items listed on the menus.

 The problem is.. I have about 8 main menu with some of them have about 5
 or 6 items below it, it cuts off at the 16th item and does not save
 anything beyond that.

 I deleted the first item and added two more at the end, same thing, it
 only saves the first 16 items on the menus.

 I been sturggling on my own to figure this out, did search here and google
 yet to find a solution..

 I am shocked no one else is having this problem. I tried in IE7, IE8,
 Firefox, Chrome, Safari and Opera - I have the same problem no matter
 which browser I use.

 in function.php I am using
 {{{
 register_nav_menus( array(
                 'primary' => __( 'Primary Navigation', 'MainNav' ),
         ) );//-------------------
 }}}
 and the page I want the nav on has thise code:
 {{{
 wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location'
 => 'primary' ) );
 }}}

 Any help is appriciated...

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14134>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list