Wordpress title problem

chopter

Junior Member
Joined
Nov 6, 2011
Messages
180
Reaction score
34
I have this weird problem. When i go to my wordpress homepage, landing url, then at top (example: this website has "Black Hat SEO - Post New Thread", i have My Keyword | My keywordMykeyword | My Keyword

Plugins i have is SEO by yoast
 
Sounds like there may be a conflict between your theme's header file and the SEO plugin. It's probably a pretty easy fix if you know a little PHP. I think the YAOST plugin requires the header to use wp_title('');.
 
I agree with evil,sounds like a plugin conflict.Disable your plugins and then reactivate one at a time untill you find which one,starting with yoast
 
The plugin tells you how to solve the problem. Go to your header file and make sure there is wp_title() without site name and description.
 
Back
Top