• If you have ever tried to drag a newly added page across a slew of other pages in your menu page to get to the proper location, you will definitely appreciate a way to collapse the menus and save a bunch of time.

    One thing I discovered on my server is that after a certain number of menu items, wordpress stopped adding a new page to the end. Turns out there is a php problem with passing these parameters. If you create a file named “.user.ini” that has the following contents:

    max_input_vars = 3000;

    And place that file in your public_html folder, the problem is solved.

  • The topic ‘Works nicely’ is closed to new replies.