• I’m using WP3.3.2 and get this issue on WPSEO 1.9 and on the development version. I’m using WPSEO with the latest Buddypress 1.5.5 and the latest BP Docs 1.1.22. I hope you can help me out please.

    With <title><?php wp_title(”); ?></title> and wp_head() in header.php , WPSEO sets the non-Buddypress post/page titles/descriptions OK and lets Buddypress set the titles for the Buddypress (i.e. groups etc.) pages OK. The exception is that I can’t get WPSEO to set the titles/descriptions for the BP Docs custom post type pages. Any tips to do this please?

    By the way, with WPSEO “Force Rewrite Titles” set, WPSEO does set the titles/descriptions for the BP Docs custom post type pages but no longer lets Buddypress set the titles for the Buddypress (i.e. groups etc.) pages – instead these titles just default to equal the Buddypress page urls.

    Am I missing some trick to getting WPSEO working with work with Buddypress and BP Docs?

    Many thanks for your support Joost.

    https://www.ads-software.com/extend/plugins/wordpress-seo/

Viewing 5 replies - 16 through 20 (of 20 total)
  • I tried changing add_filter( ‘wp_title’, ‘bp_modify_page_title’, 10, 3 ) to add_filter( ‘wp_title’, ‘bp_modify_page_title’, 16, 3 ) and it did not seem to work for me. It looks like it is still enforcing the Yoast SEO titles. I even tried adding add_filter( ‘wp_title’, ‘bp_modify_page_title’, 16, 3 ) to bp-custom.php.

    Any ideas? I would love to be able to get SEO titles working on all my buddypress pages.

    Hi,

    Forgot to mention I had to include this in my header.php

    <?php if(!bp_is_blog_page()){ ?>
    <title><?php bp_page_title() ?></title>
    <?php } else { ?>
    <title><?php wp_title(”) ?></title>
    <?php } ?>

    Hope this helps

    Ok, Well thanks but it still doesn’t seem to work for my themes.

    I am using Artisteer 4.0 themes. I added the line above you told me to add to the top and also tried adding add_filter( ‘wp_title’, ‘bp_modify_page_title’, 16, 3 ) to bp-custom.php and changing it directly in the core file.. I did not see any changes to my member profile titles.

    Oh, and this is what I see for the title code that is already in the header. This is what I was replacing with the code that you provided.

    <title><?php wp_title(‘|’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>

    Same problem here … Any progress??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] Working with Buddypress and BP Docs?’ is closed to new replies.