Daily Biscuit
WordPress Menu Doesn’t Save
If you have a large wordpress menu, chances are, you will have problems saving it. If you are experiencing this problem, here’s the solution below.
1. From your wordpress installation folder, look for wp-config.php
2. Open file in your favorite editor and add the following lines:
define(‘WP_MEMORY_LIMIT’, ’64M’);
set_time_limit (300);
There are no responses to this post. Jump start a discussion.