• hi, guys, I need to integrate my bbpress with wordpress in the same theme,

    here is my website: https://www.catinboots.com

    I was reading
    https://bbpress.org/documentation/integration-with-wordpress/

    and at the end, I found that it says

    Functions

    bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. In order to do that, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ bb-config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).

    Doing this will add quite a lot of weight to your bbPress installation as it will cause WordPress to load in it’s entirety. Your best option is to try to emulate the functionality you require inside a bbPress plugin.

    from my understanding, I can create bbpress in the theme of wordpress.
    however, I got following:

    require_once(‘/home/recordc1/public_html/cat/wp-blog-header.php’)
    Warning: Cannot modify header information – headers already sent by (output started at /home/recordc1/public_html/cat/forum/bb-config.php:3) in /home/recordc1/public_html/cat/forum/bb-includes/pluggable.php on line 213

    from this page : https://www.catinboots.com/forum/

    can anyone here help me ?

    I am really confused with it and have been working with this site for a few days!

  • The topic ‘theme integration with bbpress’ is closed to new replies.