Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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


  #1  
Old Nov 22, 2011, 03:54 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

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
Site Title appended after the title generated by &amp;amp;amp;amp;amp;amp;amp;amp;am --yeah--wow 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 10:57 PM.


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