Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] Trying to change Title Separator to Mach rest o the site

2 Posts
2 Users
0 Reactions
1,827 Views
Posts: 3
Topic starter
(@jpxxx)
Active Member
Joined: 8 years ago

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
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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.