Forums

Page Id Mysteriously Showing Up At Top of Page (3 posts)

  1. imageworks002
    Member
    Posted 1 year ago #

    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:
    http://jesuswashomeless.org/wp/?page_id=34

    In 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!

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    it is appearing before anything else in the html in the browser -
    could be from a plugin or a function
    (left-over of testing or debugging output or so?)

    are you using a page template for page 34?
    could there be anything wrong?

  3. imageworks002
    Member
    Posted 1 year ago #

    I think that's right. I accidentally uploaded an old file w/ some debugging in it. Replaced it w/ the new file and all is good. Lesson learned. Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic