• Resolved quieteidolon

    (@quieteidolon)


    Got an odd one here:

    The site I’m working on is built entirely in WP. The site’s blog page is simply running off the main index template, through a blank page, displaying a single category with a simple sidebar. Everything works on all the pages except the blog page.

    On that one page, the header info is randomly transposing into the top of the body. There is no pattern of occurrence – sometimes it functions correctly, sometimes not. This is the spot:

    https://www.quinnandco.com/newer/index.php/blog/

    The inclusion of ‘index.php’ in that url is a hack to make the site work on Concentric, the world’s loveliest host. But that’s only in htaccess, so it should not effect this.

    The entire header up to that point is hard coded; no php commands (there was one for doc lang, but I removed it and there was no change). Those random colons that are in the title and first meta don’t exist – they’re written as open carats, just as they should be. The template it’s running with is being used on several other pages, none of which are getting this error.

    Anyone know how to remove a poltergeist?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like something is breaking your header, could either be a plugin or in the theme itself.

    Check the source of that page yourself, and look for the opening <body> tag.

    Thread Starter quieteidolon

    (@quieteidolon)

    There are no plugins specific to that page, and they haven’t affected any of the others.

    If you check the source, there is no transposition – it just displays as if there is, with the rewrite of those two tags to start with colons instead of carats.

    I just removed the body class modifier, and there is no change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header info transposing to body’ is closed to new replies.