Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: I want to use bbPress function on WordPress

You need to include bbPress. To do this, make sure that your bbPress supports being integrated thoroughly with WordPress (not just users, also functions), then open your wordpress config file and at the bottom put require_once('path/to/bb-load.php'); That’ll let you use the bb functions too.

Skip to toolbar