Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Jon
    Participant

    @jonacb

    Try https://codex.wordpress.org/Child_Themes

    I created my own child theme for Buddypress following those instructions.


    Jon
    Participant

    @jonacb

    I think the problem is on bp-core-templatetags.php around line 946.

    if ( defined( ‘BP_ENABLE_MULTIBLOG’ ) ) {
    $blog_title = get_blog_option( $current_blog->blog_id, ‘blogname’ );
    } else {
    $blog_title = get_blog_option( BP_ROOT_BLOG, ‘blogname’ );
    // next 3 lines added
    if ( is_page() ){
    $title = $post->post_title;
    }
    }
    Returns the page title a bit more correctly.
    PS Blame the lack of formatting on the post – it all looked nice before I posted it!

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar