First open your wp-config.php which is located in the root WordPress directory. Then add the following line inside the main php tag:
define('WP_MEMORY_LIMIT', '64M');
And you can also
define('WP_MEMORY_LIMIT', '128M');
First open your wp-config.php which is located in the root WordPress directory. Then add the following line inside the main php tag:
define('WP_MEMORY_LIMIT', '64M');
And you can also
define('WP_MEMORY_LIMIT', '128M');