• Resolved ajmck182

    (@ajmck182)


    I just installed wordpress today… At the top of everypage (blog, admin, ect..) there is a little ~.

    Also, everytime I update something in the admin section and click ‘save’ or ‘update’, I am taken to a blank page with just a ~, not the page I was working on.

    When I view the source of my page the ~ appears before everything. Example:

    ~<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; dir=”ltr”>

    Anyone know what the problem is?

Viewing 5 replies - 1 through 5 (of 5 total)
  • moshu

    (@moshu)

    I’d check first the short and sweet index.php in the WP’s root.

    Thread Starter ajmck182

    (@ajmck182)

    Here’s index.php:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    moshu

    (@moshu)

    I know exactly how does it look like… I was hoping the annoying ~ would be there.
    Next, deactivate ALL your plugins. Is it still there?

    Thread Starter ajmck182

    (@ajmck182)

    deactivated the only plugin i had and its gone! guess the problem resides in the plugin somewhere… thanks!

    Thread Starter ajmck182

    (@ajmck182)

    Found it! it was at the very end of my main plugin file after the closing ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘‘~’ apearing on every page’ is closed to new replies.