Report this

What is the reason for this report?

Limited Number of Menu in WordPress

Posted on August 30, 2014

I’m having limited number of menu issue in my WordPress. I’m having about 100 menu + sub menus on my page. In my previous hosting, I don’t have this limited issue. After I reached about 80 menus, I couldn’t create more.

I’ve Google on this issue and found many suggestions and I have tried the following.

  1. Edit /etc/php5/apache2/php.ini by changing max_input_vars from 1000 to 5000. Restart apache

  2. Create a new php.ini and put in wp-admin folder.

Change max_input_vars = 3000 
upload_max_filesize = 70M; 
post_max_size = 128M; 
upload_tmp_dir = 70M; 
max_input_vars = 3000; 
memory_limit = 256M;
  1. edit .httaccess by adding
<IfModule mod_php5.c> 
php_value max_input_vars 5000 
</IfModule>

None of them works.

I also found a suggestion that it’s the limit that can only be adjusted by hosting. However, I have already asked the support team, but they said they can’t help on this setting.

This’s very important since I really need to have a lot of items on my menu. Really appreciate anyone help.

Note - I’m using WordPress App image from Digital Ocean on Linux 14.04 Apache server.

Thank you,



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Change max input vars by uploading php.ini in wp-admin, this way seemed to work for me How to Increase the Menu Items Limit In WordPress

I am having this same problem, can’t seem to find a fix anywhere. Somewhere on the server, the server is overriding max_input_vars = 3000 back to the default 1000.

I have also changed all the settings in php.ini // .htaccess // suhosin without any luck. The limit stays at 1000.

Any thoughts? I have read that article entirely and it does not have an answer for me

Having same issue with no resolution.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.