Viewing 3 replies - 1 through 3 (of 3 total)
  • Difficult to say without seeing the code of your index.php template file. As it is, there’s some sort of error on the front page as it’s showing “Content-Length: 11935 ” in clear text at the top left.

    Thread Starter jarvisteam

    (@jarvisteam)

    1.
    <?php
    2.
    /**
    3.
    * Front to the WordPress application. This file doesn’t do anything, but loads
    4.
    * wp-blog-header.php which does and tells WordPress to load the theme.
    5.
    *
    6.
    * @package WordPress
    7.
    */
    8.

    9.
    /**
    10.
    * Tells WordPress to load the WordPress theme and output it.
    11.
    *
    12.
    * @var bool
    13.
    */
    14.
    define(‘WP_USE_THEMES’, true);
    15.

    16.
    /** Loads the WordPress Environment and Template */
    17.
    require(‘./wp-blog-header.php’);
    18.
    ?>

    Thread Starter jarvisteam

    (@jarvisteam)

    Seriously, no one else has this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content-Length Display – How to Remove?’ is closed to new replies.