Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,517
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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 ?>