Viewing 1 replies (of 1 total)
  • Generally blank page displays due to PHP memory issue. You can increase the memory from wp-config.php file. Add the following code after <?php

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    If your host supports custom php.ini, you can increase the value for memory_limit in php.ini.

Viewing 1 replies (of 1 total)
  • The topic ‘White Screen Displayed Between Pages – Bug in 2.9.2?’ is closed to new replies.