Forums
-
- Forum
- Posts
-
- Installation
- 27,754
- Troubleshooting
- 60,837
- Themes
- 10,202
- Plugins
- 15,010
- Requests & Feedback
- 14,661
- Showcase
- 3,238
-
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