Solved Wordpress cannot add menu item
Recently we encountered a problem wherein we cannot add anymore menu-items to our wordpress main navigation menu. On top of that the theme...
https://www.czetsuyatech.com/2016/04/wordpress-add-menu-item.html
Recently we encountered a problem wherein we cannot add anymore menu-items to our wordpress main navigation menu. On top of that the theme's menu assignment is unchecked whenever we tried to add a menu-item and hit save.
Solution:
Add the following php property to your php.ini
Common issues:
Solution:
Add the following php property to your php.ini
max_input_nesting_levels = 500 max_input_vars = 6000
Common issues:
- max_input_vars does not take effect when you look into php properties using script.
- Solution: if you have several domains on one hosting package, make sure that you duplicate php.ini to the root of your other domain
- Values are already updated, phpinfo is already showing the correct values but still I can't add a menu-item.
- Solution: copy the php.ini inside your wp-admin folder.
1 comment
Thank you for writing this article. I was facing the same issue recently. Thanks to you I could solve that issue.
Post a Comment