• Resolved Pratham394

    (@pratham394)


    class=”home blog logged-in admin-bar no-customize-support custom-background group-blog”>

    This error shows up on the site screen at the top. I believe this is something to do with the theme but I cannot find it in the theme code.

    Please guide me in fixing it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • What’s probably happened is that someone inadvertently closed off the <body> tag before the call to body_class(), so PHP just echoed the output to the page. It should look like this:

    <body <?php body_class(); ?>>

    Thread Starter Pratham394

    (@pratham394)

    Thank you, stephencottontail! It worked like magic. The thing is that I had added google analytics code after <body and the tag closed off after the whole code. Thank you.

    Thread Starter Pratham394

    (@pratham394)

    The topic is resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some error code on the site screen.’ is closed to new replies.