Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: loading wordpress with bbpress

OK, so let me get this straight;

To make bbPress and WordPress match, all I have to do is add:

require_once('/path/to/wp-blog-header.php');

define('WP_BB', true); in my bbpress config.php file (edited to fit my directory structure of course). and then in the theme’s header.php, I put get_header() and bbPress will grab the header from my WordPress install, and all will be right in the world?

Skip to toolbar