Pages

Thursday, 11 December 2014

Increasing the WordPress Memory Limit

1- Go to your root folder.
2- Open the wp-settings.php.
3- Add the the following code.
/** Memory Limit */
define('WP_MEMORY_LIMIT', '64M');//

No comments:

Post a Comment