• Could some kind person point me towards a solution – achievable by a novice – for overcoming the limit of 90 menus and submenus?
    I know this comes up periodically but I have not seen a recent authoritative solution (as opposed to other people finding something that worked for them).
    For those who read my recent post ‘How to avoid alphabetical menus and submenus’, I thought it appropriate to open a new topic, given I now realised what was causing the problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Frances Allen

    (@frances-allen)

    I’ve read that the problem might be solved by adding
    to the .htacccess file:
    php_value max_input_vars 2000
    If so, where do I put this and should it be preceded and succeeded by anything?

    This is my current .htaccess file:
    # BEGIN WordPress

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

    # END WordPress

    Thread Starter Frances Allen

    (@frances-allen)

    When I got no replies I decided on a cludgy fix – I made a series of pages with links. When I have a moment I will try to revert to my original plan, using your helpful suggestion and will let people know if this works.
    Thank you very much for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Overcome 90 menu/submenu limit’ is closed to new replies.