Page Id Mysteriously Showing Up At Top of Page
-
I have a static page as my home page, and several other static pages for the rest of the site. I have page named blog w/ an id of 34 that holds my blog. I have a problem, that on just the blog page, the page id shows up immediately after the body tag bumping down the header. My header code in that area is:
</head> <body <?php body_class(); ?>> <div id="wrapper"> <div class="clear"></div> <div id="header">
etc.
You can see the page in question here:
https://jesuswashomeless.org/wp/?page_id=34In order to see the mysterious page id, you may have to select all, since it is black text on a black background. Or use firebug.
Any idea where this is coming from?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Page Id Mysteriously Showing Up At Top of Page’ is closed to new replies.