Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: in 1.2 Buddypress, the title is still off!


thekmen
Participant

@thekmen

I have been playing with this too,

https://trac.buddypress.org/ticket/2131#comment:2

if ( !bp_is_blog_page() ) {
add_action( 'wp_title', 'bp_get_page_title');
}

lets me use my theme frameworks title on non BuddyPress pages.

Skip to toolbar