Increasing the WordPress memory limit

There are two ways to address memory limit issues in WordPress: Do it yourself Below, you’ll find several methods for adjusting WordPress memory limits yourself. Note: This section requires advanced knowledge. Edit your wp-config.php file Add the following code snippet to the top of your site’s wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘256M’); This code snippet should be added … Continue reading Increasing the WordPress memory limit