Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sub pages, e.g. About, are not getting the correct title tag set


Roger Coathup
Participant

@rogercoathup

Investigating further, the function bp_get_page_title() is not returning the correct result for sub pages:

This if at the start of the function is returning true for all pages not just the home page:

if ( is_front_page() || !bp_current_component() || ( is_home() && bp_is_page( ‘home’ ) ) ) {
$title = __( ‘Home’, ‘buddypress’ ) ;

Anyone got ideas?

@johnjamesjacoby – does this need adding as a fix in the trac?

Skip to toolbar