Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,313
- Themes
- 10,391
- Plugins
- 15,314
- Requests & Feedback
- 14,932
- Showcase
- 3,253
-
Might have asked what you wanted straight away. So open your theme’s functions.php and add this:
function is_bbpress() {
global $bb;
return $bb ? true : false;
}
Off the top of my head, but should work anyway. Try it.