• Hello everyone,

    I have read a few threads where this has been answered but I am still stuck on it. The thread I was looking on was closed so I could not ask my question there. I hope that I will be able to fix this. I am so stuck lol.

    SO I added this to my .htaccess file
    <IfModule mod_php5.c>

    php_value max_input_vars 5000

    </IfModule>

    now my .htacces file reads like this

    # Use PHP5.4 as default
    AddHandler application/x-httpd-php54 .php

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    <IfModule mod_php5.c>

    php_value max_input_vars 5000

    </IfModule>
    # END WordPress

    My menu still will not save to the proper position (primary navigation) when going over the limit of menu items. If anyone can help I would greatly appreciate it

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Item Limit’ is closed to new replies.