Blog Home and Post Titles
-
I noticed my blog post titles include the complete title found on the home page. bluegamer.net
Example: BlueGamer | The Ultimate Hardcore Video Game Blog and Podcast | Weekend in Gaming – Game-a-Palooza Edition
When it should only be: Weekend in Gaming – Game-a-Palooza Edition
The homepage title is correct as: BlueGamer | The Ultimate Hardcore Video Game Blog and Podcast
Contents of my header file:
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0″>
<title><?php bloginfo( ‘name’ ); ?><?php wp_title( ‘|’ ); ?></title>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php wp_head(); ?>
</head>Thanks for any help.
- The topic ‘Blog Home and Post Titles’ is closed to new replies.