Title Tags Not Showing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
IteyaDotCom
Forum Newbie
Posts: 5
Joined: Mon Sep 21, 2009 3:09 am

Title Tags Not Showing

Post by IteyaDotCom »

For some reason, my title tags aren't showing. I'm using Thesis theme for Wordpress and chose to display the site name in title tag, but it's not working. Is there anyway in the code I can turn the title tags on?
uyewq
Forum Newbie
Posts: 22
Joined: Thu Sep 17, 2009 6:21 am

Re: Title Tags Not Showing

Post by uyewq »

i think it is really strange that you can't use title tag. Are you sure something is off?
If i were you i would check probable syntax error in your <head></head> part.

Code: Select all

<meta name="title" content="title content here" />
Be careful, if your http is xhtml then meta should closed with ' />'

I hope you'll solve it. maybe my words are just a newbie's nonsense. Bye. 8O
Post Reply