Hello Everyone...
i am strangest thing in wordpress. when i am trying to change the title of the home page in wordpress, its not refelecting....
My Web Site link is.. http://www.10freefootballpicks.com/
if you look at following code.
<title>10 Free Football Picks - NFL Football Picks - College Football Picks</title>
this is what i am seeing in the home.php of my template. i also tried changing the Title of the blog.
its looks crazy, but did any one have faced this.. i pained by googling the same.
i appreciate your efforts.
Thank you
Arun PS
<title>10 free football picks</title>
just to add up... the above code is the one i am seeing in the live page..
but in the code this is not..
any one help me in this weird thing...
Pierreb
Member
Posted 2 years ago #
Replace your code with this:
<title><?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?> <?php if ( !wp_title('', true, 'left') ); { ?> | <?php bloginfo('description'); ?> <?php } ?></title>
And your settings in wp-admin will be used instead!
You should also try to install the All in One SEO Pack plug-in:
http://wordpress.org/extend/plugins/all-in-one-seo-pack/
With it installed you have more choices regarding the <title> tag.
Pierreb
Member
Posted 2 years ago #
By the way... Have you checked your "header.php" to see what the title says? It probably already has the correct wp-<title> tag inserted. If so, check your WP-Admin/Settings.