Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 377-03: Page 'Title' incorrect when using 'WordPress SEO by Yoast' (http://forum.bytesforall.com/showthread.php?t=18174)

juggledad Aug 15, 2012 05:14 AM

PATCH 377-03: Page 'Title' incorrect when using 'WordPress SEO by Yoast'
 
1 Attachment(s)
You only need this patch if you are using the 'WordPress SEO by Yoast' plugin. This will correct an issue where the page title may show up duplicated.

edit bfa_meta_tags.php and change line 12 from
HTML Code:

        if(class_exists('seo_ultimate') OR
to
HTML Code:

        if(class_exists('seo_ultimate') OR

        // if "WP SEO" Plugin  is installed
        defined('WPSEO_PATH') OR

or unzip the attached file and upload it to your 'atahualpa/functions' folder

SmallTimeMarketer Aug 19, 2012 03:08 PM

I think I had the same problem your talking about after installing Wordpress SEO by Yoast.

I just checked the box marked "Force rewrite titles"

This is where is says:
"WordPress SEO has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."

This is under the Titles and Metas tab for the plugin.

I hope this also helps with this issue.

juggledad Aug 19, 2012 03:59 PM

Some people have reported that worked, it didn't for me or the person who reported the issue and this patch fixed it...


All times are GMT -6. The time now is 03:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.