Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Atahualpa 3.4: no "title" Tag anymore - with wpSEO 2.7.5 (http://forum.bytesforall.com/showthread.php?t=2261)

chris Jul 5, 2009 03:47 AM

Atahualpa 3.4: no "title" Tag anymore - with wpSEO 2.7.5
 
2 Attachment(s)
Hello,

I was just about to update from atahualpa 3.3.3 to 3.4. After the update I didn't have any "title" tags on the sourcecode. switching back to 3.3.3 or switching off wpSEO 2.7.5 bring the title tags back at the second.

SEO in atahualpa is and was disabled - I use wpSEO instead for some month without any problems. wpSEO always worked perfect on 3.3.3 - did 3.4 change anything in the behavior with title tags?

I would love to work with atahualpa 3.4 & wpSEO.

and it seems that something is messed up with the widgets ...

see both attachments

chris Jul 10, 2009 06:14 AM

Solution for that title Tag issue:

<head> is missing in the header.php

juggledad Jul 10, 2009 07:04 AM

In 3.4, Edit header.php - the first three lines are:
HTML Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

add <head profile="http://gmpg.org/xfn/11"> between line 2 and 3 so you end up with
HTML Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />


Flynn Jul 10, 2009 10:07 AM

Bummer...

Added for 3.4.1 which is coming soon due to this bug

jankph Jul 11, 2009 11:31 AM

Quote:

Originally Posted by juggledad (Post 9884)
...
add <head profile="http://gmpg.org/xfn/11"> between line 2 and 3
...

That also took care of an error relating to 'IE=EmulateIE7' when validating with w3c. I could not figure out what it was until now. Thanks.


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

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