• I’m trying to include my blog in a page that already has content. Simply put, my page looks like this:

    <html>
    <body>
    Here is some code
    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    and here is some more

    </body>
    </html>

    I see my words “Here is some code” for a moment, then WordPress does it’s thing and wipes out my words. WordPress never generates the “and here is some more” code. I’ve looked through the loop code and can’t figure out why WordPress stops my processing. Where should I look next?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress stops processing html’ is closed to new replies.