• Hi All,

    I have a site already designed and running and would like to incorporate WordPress into a specific part of the main page. I tried putting
    <?php include(“blog/index.php”); ?>

    and defining ABSPATH (I think that’s it) to be ‘blog’, but I got an error about not being able to modify headers for a redirect thing in functions.php, around line 770. I understand that after <html>, you cannot change the headers for PHP, but that doesn’t bring me any closer to solving the problem.

    Is there any way to put the WP main page into a subsection of another page?

    Thanks,
    D

  • The topic ‘put wordpress within larger page’ is closed to new replies.