I have installed a plugin and completed all steps but when i am changing the title of any category, it is not changing and showing the old title :(
my website
i have changed the title of this category
http://www.Apnaysms.net/category/love-sms
I have installed a plugin and completed all steps but when i am changing the title of any category, it is not changing and showing the old title :(
my website
i have changed the title of this category
http://www.Apnaysms.net/category/love-sms
no one repliying??
Hello,
I got exactly the same issue.
Did you find a solution ?
I got it : Hope it will help somebody else.
You just have to change 1 line in header.php :
Under Presentation -> Theme Editor in the WordPress admin, select "Header" from the list and replace <title><?php bloginfo('name'); wp_title(); ?></title> (or whatever you have in your <title> container) with <title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title>
That worked for me.
thankyou problem solved on my site http://www.Decentsms.com
thanks alot
Thanks a lot for your detective work and all. I had been working on this for some time. Very much appreciated. drinkhydra is the site I fixed with this.
This topic has been closed to new replies.