Page title printing after body tag
-
I have made several WordPress themes now following this tutorial series and every thing has always worked out perfectly for me.
However, I am working on a WordPress site for a client hosted by 1and1 and have run into a puzzling issue I can’t figure out.
The page title is printing as text on the top left corner of the page.
If you view the source code the line after the <body> tag shows “page title” with including the quotes with the second ” showing on the next line.
The ” does not display in the browser, only the text of the page title.
Comparing templates I have built all using the Responsive Grid System Frame work and having all the same WordPress PHP Code from the linked tutorial I can see that all the php code is identical.
I have tried deactivating all the plugins 1and1 included with the WordPress install. I have tried removing each and ever section of php code 1 at a time and testing to see if it’s causing the page title to print after the body tag, and so far I haven’t found anything that can explain it.
It is only happening with my theme, and not with other themes.
And my theme in MAMP does not print the page title after the body tag.
This issue is driving me absolutely crazy. Has anyone ever run into this or know what might be causing it and how to solve it?
Thanks
- The topic ‘Page title printing after body tag’ is closed to new replies.