Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: adding login_form(); into wordpress


deadlyhifi
Participant

@tomdebruin

the way to do add bbpress functions into wordpress is to add:

if ( !defined(‘BBDB_NAME’) )

require_once(ABSPATH.’bbpress/bb-load.php’);

into the wp-config.php file, just before the closing ?>

Skip to toolbar