Dec 15, 2017 5:00 am
Hi,
My rest of the site has title seoarator '|'. But WP foro has '-'.
I tried to change it with this code but failed.
add_filter ('document_title_separator', 'wpse_set_document_title_separator') ;
function
wpse_set_document_title_separator ($sep)
{
return ('|') ;
}
Any help please?
1 Reply
Dec 15, 2017 8:49 am
Hi jpxxx,
Please note that the title and all other SEO components are being generated by wpForo SEO functions. The function you use belongs to WordPress SEO plugin. wpForo SEO doesn't have hooks for changing separators. We'll add in future releases.