Forums
-
- Forum
- Posts
-
- Installation
- 28,532
- Troubleshooting
- 62,748
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
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.