Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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?
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.