Step to solve out WhiteSpace issue in WordPress by wejnswpwhitespacefix script.
- Download http://wejn.org/stuff/wejnswpwhitespacefix.php
- Upload to your wordpress setup root directory
- Include wejnswpwhitespacefix.php file at first thing in WP index.php file like below code
<?php
include("wejnswpwhitespacefix.php");
// Before Wordpress code start
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>