Wordpress site now has " /> symbols at top of page

13 replies
Hi, all

I have a site using wordpress with Suffusion as the theme and overnight the symbols " /> have mysteriously appeared at the top left of every page/post! I haven't touched the code and wouldn't dare, so does anyone have any idea how to get rid of it?

The site is Dream Body Six Pack

Thanks in advance.

David.
#code #suffusion #symbols #wordpress
  • Profile picture of the author seamusb
    Just wondering did you perhaps you miss this yesterday?
    Did you run an upgrade since? That could have caused an issue.
    {{ DiscussionBoard.errors[4292274].message }}
  • Profile picture of the author Abhishek Kundu
    hi dreambody,

    i looked at your website and noticed that you have " /> which is being displayed on the top left hand side.

    well the solution is simple
    1. login to the admin panel of wordpress
    2. click on apperance
    3. then click on Editor
    4. on the right hand side you will find the pages that are there in your present theme.
    5. click on header.php (this will open the header.php file)
    6. locate the following code
      HTML Code:
      </head><body class="home page page-id-48 page-template-default">" /&gt;
    7. change it to
      HTML Code:
      </head><body class="home page page-id-48 page-template-default" />
    8. your problem is solved.
    well this post of mine helps you to solve your problem in your website.
    Signature
    CLICK HERE>>> FOLLOW ME ON TWITTER <<
    {{ DiscussionBoard.errors[4292311].message }}
    • Profile picture of the author dreambody
      Originally Posted by Abhishek Kundu View Post

      hi dreambody,

      i looked at your website and noticed that you have " /> which is being displayed on the top left hand side.

      well the solution is simple
      1. login to the admin panel of wordpress
      2. click on apperance
      3. then click on Editor
      4. on the right hand side you will find the pages that are there in your present theme.
      5. click on header.php (this will open the header.php file)
      6. locate the following code
        HTML Code:
        </head><body class="home page page-id-48 page-template-default">" /&gt;
      7. change it to
        HTML Code:
        </head><body class="home page page-id-48 page-template-default" />
      8. your problem is solved.
      well this post of mine helps you to solve your problem in your website.
      Thanks for your reply but I checked the header file and I can find nothing that looks like that.
      {{ DiscussionBoard.errors[4292383].message }}
      • Profile picture of the author Abhishek Kundu
        Originally Posted by dreambody View Post

        Thanks for your reply but I checked the header file and I can find nothing that looks like that.
        hi dreambody,

        if you can upload the header.php file to some place from where ic an download it then it will be easy for me to check.

        basically in the header.php file you will find something like

        PHP Code:
        <body <?php body_class(); ?>
        to
        PHP Code:
        <body <?php body_class(); ?>>
        hope this helps to solve your problem. if you are not able to find it then you can PM me and try to solve your problem.
        Signature
        CLICK HERE>>> FOLLOW ME ON TWITTER <<
        {{ DiscussionBoard.errors[4292486].message }}
  • Profile picture of the author dreambody
    Abhishek Kundu: Unfortunately I don't have enough posts to be able to PM you but I can read them, so if you PM me your email I will send the header file to it. I appreciate your help.
    {{ DiscussionBoard.errors[4292562].message }}
    • Profile picture of the author Abhishek Kundu
      Originally Posted by dreambody View Post

      Abhishek Kundu: Unfortunately I don't have enough posts to be able to PM you but I can read them, so if you PM me your email I will send the header file to it. I appreciate your help.
      hi dreambody,

      i have sent you a pm with my contact details. you can also see my details in the forum. they are available on the left had side below my pic. :rolleyes:
      Signature
      CLICK HERE>>> FOLLOW ME ON TWITTER <<
      {{ DiscussionBoard.errors[4292599].message }}
      • Profile picture of the author dreambody
        Originally Posted by Abhishek Kundu View Post

        hi dreambody,

        i have sent you a pm with my contact details. you can also see my details in the forum. they are available on the left had side below my pic. :rolleyes:
        Yes I've just realised! Too late though, I've emailed the ralcoweb address you sent me instead.
        {{ DiscussionBoard.errors[4292630].message }}
        • Profile picture of the author mojojuju
          Look at line 54 of the source for the page Dream Body Six Pack and you'll see the following line which is the problem:


          HTML Code:
          <meta name="y_key" content="<META name="y_key" content="5476a6f72a0dd46d" />" />
          What you've got is a meta tag inside of a meta tag. Remove or fix that so it looks like the following and everything will display correctly on your web site.


          HTML Code:
          <meta name="y_key" content="5476a6f72a0dd46d" />
          Signature

          :)

          {{ DiscussionBoard.errors[4297035].message }}
          • Profile picture of the author dreambody
            Originally Posted by mojojuju View Post

            Look at line 54 of the source for the page Dream Body Six Pack and you'll see the following line which is the problem:


            HTML Code:
            <meta name="y_key" content="<META name="y_key" content="5476a6f72a0dd46d" />" />
            What you've got is a meta tag inside of a meta tag. Remove or fix that so it looks like the following and everything will display correctly on your web site.


            HTML Code:
            <meta name="y_key" content="5476a6f72a0dd46d" />
            Thanks for that but just one more question - where do I go to change it?!
            {{ DiscussionBoard.errors[4298998].message }}
  • Profile picture of the author dreambody
    Still have the symbols and hoping for a complete reply from someone.
    Thanks!
    {{ DiscussionBoard.errors[4372263].message }}
  • Profile picture of the author mojojuju
    Sorry for not getting back to you...

    I suspect that you're using a plugin to insert the Yahoo! site verification code. If you are, then do one of the following:
    • Disable the plugin that you're using to verify your site with Yahoo! Then clear your browser's cache and reload the page.
    • Check in the plugin's configuration that you've entered only 5476a6f72a0dd46d and not <META name=\"y_key\" content=\"5476a6f72a0dd46d\" />. Then clear your browser's cache and reload the page.
    Signature

    :)

    {{ DiscussionBoard.errors[4372649].message }}
    • Profile picture of the author dreambody
      Originally Posted by mojojuju View Post

      Sorry for not getting back to you...

      I suspect that you're using a plugin to insert the Yahoo! site verification code. If you are, then do one of the following:

      • Check in the plugin's configuration that you've entered only 5476a6f72a0dd46d and not <META name="y_key" content="5476a6f72a0dd46d" />. Then clear your browser's cache and reload the page.
      I don't know how you knew it was to do with my Yahoo plugin but I haven't got round to setting it up properly yet so it had <META name= entered and nothing else. Don't know how this happened but I've deleted it and the " /> has now disappeared

      Thanks!
      {{ DiscussionBoard.errors[4385089].message }}
  • Profile picture of the author Abadi339
    Good! problem solved
    {{ DiscussionBoard.errors[4385294].message }}

Trending Topics