So how can I solve the problem ?
Hy,James Huff~
Thank you for answering my question,
But I can’t figure out any unexpected whitespace in my wp-blog-header.php~
—————————————————————
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’ );
wp();
require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
—————————————————————