• I am fairly new to the wordpress forums, so I apologize if this is posted in the wrong thread.

    Whenever I publish a new posting the first couple of lines from that posting appear above my header. I’m sure I accidentally deleted a line of coding somewhere that caused this problem.

    I ran a check using Firebug and found the issue, but I can’t edit the coding within wordpress, only within Firebug.

    I am using the Blaskan theme and I tried copying and pasting the default coding from the Header section into the header section in WordPress, but that did not solve my problem.

    Any ideas how to fix this? My URL is http://www.tax-thoughts.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Using FTP, try replacing your header.php file with a new copy from a downloaded (to your local computer) copy of the theme.

    yep that’s in your header:
    <meta name="description" content="<p style="text-align: justify;">
    if it’s not your header file it could be a plugin.
    first do what WPyogi says, then,
    do the deactivation of plugins to test.

    this plugin ‘<!–SEO For wordpress by PHPpoet starts –>’ seems to be broken or not properly coded.

    PS:

    in seo-meta-box.php

    this line:
    $newString2 = substr($string2, 0, 156);

    might possibly need strip_tags() and esc_attr() before the substr() is applied.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Stray text above header’ is closed to new replies.