WordPress showing memory error issue

Solution:

Use define('WP_MEMORY_LIMIT', '256M'); in wp-config.php file or add ob_start(); at the beginning of your theme ‘function.php’ file.