Forums

[resolved] Embedding blog in website error (3 posts)

  1. despelendewolf
    Member
    Posted 1 month ago #

    Edit: Summarized the message

    I get this error:

    "Warning: Cannot modify header information - headers already sent by (output started at /home/myusername/domains/mysecretdomain.com/public_html/index.php:2) in /home/myusername/domains/mysecretdomain.com/public_html/blog/wp-includes/pluggable.php on line 865"

    When I add

    '<?php

    define('WP_USE_THEMES', false);
    require('/blog/wp-blog-header.php');
    ?>
    '

    to the place where I want the blog to go. However when I access my blog at my.url/blog/index.php it runs fine.

  2. festmenyek
    Member
    Posted 1 month ago #

    I search auction plugin in WP, if you know pls write this!

  3. despelendewolf
    Member
    Posted 1 month ago #

    I was able to resolve this. I am going completely the other way and building my site inside a wordpress theme.

Reply

You must log in to post.

About this Topic