Weird Title Issues
-
I have WordPress 2.5 installed on a couple different hosts, but I’ve been having blog/page title issues on only one of them. I developed the theme myself, and am using this code to generate the page title:
<title><?php bloginfo('name'); ?> » <?php wp_title(); ?></title>
So let’s say the title of my blog is “Blog Title”. When I bring up the home page of the site, the title of the page (consequently what shows up in the title bar) is “Blog Title >> Blog Title”. When I navigate to the page titled “archives”, the page title is “Blog Title >> Blog Title >> Archives”.
On top of this, the title of the RSS feed is “Blog TitleBlog Title”.
Like I said, this is only happening on one host and not the others, so is this a server issue? Or is it something different that I need to set in WordPress?
Thanks!
- The topic ‘Weird Title Issues’ is closed to new replies.