Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,617
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- 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.