No space between title and name – after reverting – paid to yoast free v2.3.5
-
Typical problem that is not responding to fixes
I’m getting titles and sitename together with no space:
titleofpagesitename should be titleofpage sitename with either a space or separator.Yoast settings
%%title%% %%page%% %%sep%% %%sitename%%
NOT forcing a rewrite because doing so now removes the sitenameWordPress settings
Permalinks set to post nameTheme settings – this I’ve tried as just a space and that doesn’t respond, ie
wp_title('',true,'right')
This is what I have now. It works if I disable yoast plugin.
<title><?php wp_title('||',true,'right'); ?><?php bloginfo('name'); ?></title>
No space, no nothing. Endless google searches reveal nothing that helps.
Any ideas? Has anyone figured out or know which file to hack in the plugin to stop this?
Thanks!
- The topic ‘No space between title and name – after reverting – paid to yoast free v2.3.5’ is closed to new replies.