shayes784
Member
Posted 5 months ago #
version 1.1.2 of WordPress SEO by Yoast
on every page, the title of the page (what appears next to URL of page in browser) has some sort of duplication, depending on the page type.
on the home page of the site, the title is exactly doubled what it should be, with no space between the duplicates. on single posts within a category, the only thing that is doubled is my site name "Shayes Says". On category pages, the same thing occurs. on single pages not categorized, the same thing occurs except there is one more "|" in between the page name and my name. check it out:
http://www.shayessays.com
using NomNom theme by Zeaks:
http://zeaks.org/nomnom-twenty-eleven-child-theme/
shayes784
Member
Posted 4 months ago #
shayes784
Member
Posted 4 months ago #
What are your settings on the SEO -> Titles page?
shayes784
Member
Posted 4 months ago #
http://i.imgur.com/WdIIw.png
and all the other boxes are empty too
shayes784
Member
Posted 4 months ago #
lemme know if you want the header.php file. its also uploaded in entirety to the other forum i posted this to:
http://board.zeaks.org/threads/title-problems-on-every-page-with-wordpress-seo-plugin-by-yoast.212/
shayes784
Member
Posted 4 months ago #
shayes784
Member
Posted 4 months ago #
got it!
replaced title tag in NomNom theme with this:
<title><?php wp_title(''); ?></title>