Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: loading wordpress with bbpress

No – WP_BB only tells bbPress that you will be loading WordPress so that it knows not to try to load thingsn which will conflict with WordPress.

If bbPress is installed in a subdirectory of WordPress, put this in bbPress’ config,php

require_once(dirname(dirname(__FILE__)) . '/wp-config.php');

Skip to toolbar