Buddypress title and SEO Yoast problem
-
I was asking about a Yoast issue here https://buddypress.org/support/topic/bussdypress-title-and-seo-yoast-problem/page/2/#post-260266 and was advised to start a new topic about it.
How to change the Buddypress profile page of a member from “Title – SiteName” to first name{space}last name – gender – age – city | SiteName
Thank you.
I did see this code `function lagodny_document_title_separator_pipe( $separator ) {
return ‘|’;
}
add_filter(‘document_title_separator’, ‘lagodny_document_title_separator_pipe’);`
But it does not do exactly what I was looking for.
- You must be logged in to reply to this topic.