Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MrMaz

    (@mrmaz)

    This didn’t used to be possible with older versions of BuddyPress. I will check to see if I can get it working with 1.7

    Plugin Author MrMaz

    (@mrmaz)

    I just did some digging, and while I did find an issue with the main links directory page title, the wp_title for a single link page already works.

    Its handled internally by BuddyPress with the “bp_modify_page_title” filter.

    I hope this helps you out!

    Thread Starter Calen Fretts

    (@frettsy)

    Hi MrMaz, thanks so much for your reply. So I just need to hook into the “bp_modify_page_title” filter? Is there a specific action you would recommend hooking into? Thanks again!

    Plugin Author MrMaz

    (@mrmaz)

    BuddyPress 1.7.x already uses wp_title() to generate the title (in the default theme). It customizes the title with the bp_modify_page_title() filter which is hooked into wp_title.

    On my dev box the single link page already has the link title for the page title (BP default theme).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp_title on single link’ is closed to new replies.