Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,253
- Themes
- 10,390
- Plugins
- 15,311
- Requests & Feedback
- 14,903
- Showcase
- 3,252
-
Oh hang on, that’s not right either. Use add_filter(). Try this:
function my_title( $title ) {
return 'PHP Scripts Development Forum';
}
add_filter('bb_get_title', 'my_title');
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS