How Can We Help?
Increase the WordPress memory limit
- Access files in your C-Panel File Manager.
- Locate the file wp-config.php in the root directory or folder.
- Double-click the wp-config.php file to open it.
- Select Edit.
- Find the line/* That’s all, stop editing! Happy publishing. */
- Right Below the line in step five, add this code: define(‘WP_MEMORY_LIMIT’, ‘256M’);
- Then Save Changes.