Title Tag
-
Hi,
I want my individual posts meta title to have only the title of the post. As it stands it currently lists
<title>Digital Camera University » Blog Archive » This is test</title>
This is the header code
<title><?php bloginfo(‘name’); ?><?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
The index page works perfect just listing the blog title. It’s the individual posts that look wonky.
Thanks
Michael
The topic ‘Title Tag’ is closed to new replies.