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 367-05: Site Title appended after the 'WordPress SEO by Yoast' title


  #1  
Old Jul 4, 2011, 05:24 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 'WordPress SEO by Yoast' plugin

Using the 'WordPress SEO by Yoast' 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.php.zip

--------------------------------------------------------------
The following is the change that was made to the code:
--------------------------------------------------------------
bfa_meta_tage.php lines 11-15 were changed from
HTML Code:
	// if "All-In-One_SEO" Plugin (http://semperfiwebdesign.com) is installed
	if(class_exists('All_in_One_SEO_Pack') OR

	// if "WpSEO" Plugin (http://www.wpseo.de/) is installed
	class_exists('wpSEO') OR
to
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 }
	
	// if "WpSEO" Plugin (http://www.wpseo.de/) is installed
	elseif (class_exists('wpSEO') OR
__________________
"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; Jul 4, 2011 at 05:45 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 Title appended after the title generated by &amp;amp;amp;amp;amp;amp;amp;am --yeah--wow Plugins & Atahualpa 17 Jul 4, 2011 05:30 AM
PATCH 367-04: Hovering over a Post/Page title only shows "Permanent Link to " juggledad Old Version fixes and change logs 0 Jun 20, 2011 12:03 PM
[SOLVED] How to style Yoast Wordpress SEO Breadcrumbs??? lakewooditsupport Atahualpa 3 Wordpress theme 2 Jun 16, 2011 04:34 PM
Order site title, page title Quince Page & Category Menu Bars 1 Feb 4, 2011 10:32 PM
Title looks weird with Yoast Wordpress SEO knife Plugins & Atahualpa 10 Dec 24, 2010 03:38 PM


All times are GMT -6. The time now is 02:19 AM.


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