ko
(@kolson8)
I had the same issue and found this article helpful:
http://webcusp.com/solved-how-to-increase-wordpress-menu-items-limit/
Adding the .user.ini file to my root folder did the trick for me. Here are the instructions:
Create a file .user.ini and add the following code to it and try placing it in WordPress root or in wp-admin folder;
max_input_vars = 5000;
I created the file in text editor. I had to add the first period to the file after I uploaded to the ftp site, so it wouldn’t “hide” the file.
Good luck!
aha! thank you 🙂 i tried both the php.ini in the wp-admin folder and the .user.ini in there too and something seems to have worked.
MANY THANKS; saved a whole world of headaches!