Skip to:
Content
Pages
Categories
Search
Top
Bottom

in 1.2 Buddypress, the title is still off!


  • lostdeviant
    Participant

    @lostdeviant

    The title of a post or page is much more important than the name of the site, however Buddypress titles always start with the site name!

    Please fix this in the next release.

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

  • Hugo Ashmore
    Keymaster

    @hnla

    Qualify: are you referring to the title tag or heading tags?


    lostdeviant
    Participant

    @lostdeviant

    title tag


    lostdeviant
    Participant

    @lostdeviant

    we need something like is_page() but just for buddypress specific pages so I can check. and send it over to the buddypress title function otherwise use my normal titles from wordpress.

    The problem is that if you don’t let buddypress use its own function for the title tag, all the buddypress specific pages will show the most recent post’s title for all buddypress specific pages…

    what a huge bug.


    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘in 1.2 Buddypress, the title is still off!’ is closed to new replies.
Skip to toolbar