Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress Integration

I think maybe I need to do this but I dont know how

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’ config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).

Skip to toolbar