I have a large menu containing 10 parent items with roughly 7 child items each that I am trying to build using the WP-admin > Appearance > Menus.
I have nearly all the menu items added but now my wp-admin backend won’t save the menu, it keeps timing out and just ending on a blank screen.
I have about 4 more items left to enter but I can’t save the menu anymore.
I have tried increasing the php memory in wp-config.php by adding
define(‘WP_MEMORY_LIMIT’, ’64M’);
but it made no change.
Any tweaks or tips to help me get this menu saved, this is the only thing holding the site up and the client is waiting.
Thanks very much!
maikunari