Forums
-
- Forum
- Posts
-
- Installation
- 26,569
- Troubleshooting
- 57,259
- Themes
- 9,922
- Plugins
- 14,518
- Requests & Feedback
- 14,221
- Showcase
- 3,223
-
Views don’t have proper titles either apparently, here’s plugin to fix that.
function bb_get_view_title($title) {
if (is_view()) {$title = get_view_name(). ' « ' . bb_get_option( 'name' ); }
return $title;
}
add_filter( 'bb_get_title', 'bb_get_view_title' );
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS