Forums
-
- Forum
- Posts
-
- Installation
- 28,381
- Troubleshooting
- 62,254
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,908
- Showcase
- 3,252
-
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