Bug: Custom Posts with Nested Pages – WP Admin Editor
-
If you have several custom post types, and set their menu positions as such:
Fruits
'menu_position' => 21
Nuts
'menu_position' => 22
Candy
'menu_position' => 23When using the Nested Pages “Post Types” configuration, if you enable the plugin on the “Fruit” post type (which is hierarchal, the “Nuts” menu will disappear UNLESS it has an increment at least two higher than “Fruits”. If “Nuts” is moved to 23, all is well. If two items share 22, Nested Pages will eat the first one.
In addition, the “Fruits” menu loses its plural form and becomes “Fruit”.
I believe that having all of those items share the same menu position is valid as well, the next menu gets eaten in that case as well.
The topic ‘Bug: Custom Posts with Nested Pages – WP Admin Editor’ is closed to new replies.