Forums
-
- Forum
- Posts
-
- Installation
- 28,020
- Troubleshooting
- 61,239
- Themes
- 10,269
- Plugins
- 15,090
- Requests & Feedback
- 14,725
- Showcase
- 3,245
-
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.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS