Wrong Title Tag
-
I am having a problem with the title tags on my WordPress blog. The title that it uses is from the last post in the list of previous posts on the homepage, instead of the current post.
I have tried changing the <title>—-</title>. It was originally ‘<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>’ and no matter what I change it to it does the same thing. Even if I just have <title>Test</title> it will do the same thing.
I have tried using some plugins, but they did not help either.
Any ideas of what might be going on?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Wrong Title Tag’ is closed to new replies.