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 371-01: Site Title appended after the 'SEO Ultimate' title (http://forum.bytesforall.com/showthread.php?t=16055)

juggledad Nov 22, 2011 03:54 AM

PATCH 371-01: Site Title appended after the 'SEO Ultimate' title
 
1 Attachment(s)
This BUGFIX is only needed if you are using the plugin 'SEO Ultimate'

Using the 'SEO Ultimate' plugin, will cause the WordPress 'Site Title' to be added to titles generated by the plugin in the <title>...</title> element (this will show up as the window title)

To fix this issue,
1) Download the attached file.
2) unzip it on your computer
3) FTP it to the 'atahualpa/functions' folder on your host, replacing the copy that is there.

Attachment 1631

--------------------------------------------------------------
The following is the change that was made to the code:
--------------------------------------------------------------
bfa_meta_tage.php lines 11-13 were changed from
HTML Code:

        // if "All-In-One_SEO" Plugin (http://semperfiwebdesign.com) is installed
        if(class_exists('All_in_One_SEO_Pack'))
        { ?> <title><?php wp_title(''); ?></title> <?php }

to
HTML Code:

        // if "SEO Ultimate" Plugin (http://www.seodesignsolutions.com/wordpress-seo/) is installed
        if(class_exists('seo_ultimate') OR

        // if "All-In-One_SEO" Plugin (http://semperfiwebdesign.com) is installed
        class_exists('All_in_One_SEO_Pack'))
        {        ?> <title><?php wp_title(''); ?></title> <?php }

originally reported in thread http://forum.bytesforall.com/showthr...6305#post76305


All times are GMT -6. The time now is 12:31 PM.

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