Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
1,628 Views
Posts: 3
Topic starter
(@jpxxx)
Active Member
Joined: 7 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: 10590
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.