Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Load Bbpress into WordPress


chrishajer
Participant

@chrishajer

You need to add this to the top of your wp-config.php right after <?php:

require_once('/path/to/bbpress/bb-config.php');

I would use the full server path to the bb-config.php file, not a relative path like ./bbpress/bb-config.php (rumor is that full paths work better) and not a URL like http://www.example.com/bbpress/bb-config.php (URLs won’t work at all here).

That’s it, just one step. Good luck.

Skip to toolbar