Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating » Old Version fixes and change logs »

PATCH 371-01: Site Title appended after the 'SEO Ultimate' title


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Nov 22, 2011, 03:54 AM
juggledad's Avatar
juggledad
 
20,151 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
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.

bfa_meta_tags.zip

--------------------------------------------------------------
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

Last edited by juggledad; Nov 22, 2011 at 03:56 AM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Site Name Used Twice In Title Tag - Atahualpa 3.7.1 / SEO Ultimate 6.9.7 Michael4fm Comments, trackbacks & pings 1 Nov 22, 2011 03:55 AM
add page/post title to header site title. aehageman Header configuration & styling 6 Oct 21, 2011 04:16 AM
[SOLVED] Site Title appended after the title generated by &quot;WordPress SEO by Yoast&quot; yeahwow Plugins & Atahualpa 17 Jul 4, 2011 05:30 AM
PATCH 367-05: Site Title appended after the 'WordPress SEO by Yoast' title juggledad Old Version fixes and change logs 0 Jul 4, 2011 05:24 AM
Order site title, page title Quince Page & Category Menu Bars 1 Feb 4, 2011 10:32 PM


All times are GMT -6. The time now is 04:52 AM.


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