Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress Login from WordPress

It does indeed require a deeper level of integration. You want to load bb when you load wp, so open wp’s wp-config.php and add the following line:

require_once('./bbpress/bb-load.php');

where /bbpress/ should be the subdirectory of wordpress that bb is in. If that works you should now be able to call any bb function from wp.

Skip to toolbar