Title: Page Title Problem
Last modified: August 18, 2016

---

# Page Title Problem

 *  [matt7267](https://wordpress.org/support/users/matt7267/)
 * (@matt7267)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/page-title-problem/)
 * Hi everyone. I recently changed my blog so that the page titles would be the 
   post title (<title><?php wp_title(); ?></title>).
 * The problem is now my home page has no title. Any ideas as to how to fix this?
 * FYI my blog is at [http://hometownquotes.com/blog/](http://hometownquotes.com/blog/)
   if it helps.
 * Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [ohdear](https://wordpress.org/support/users/ohdear/)
 * (@ohdear)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/page-title-problem/#post-153083)
 * Is there any particular reason, you didn’t want your blog name in the page title,
   on individual entries? I find it’s good for SEO purposes, otherwise:
 * <?php if(is_home()) : ?>
    <?php bloginfo(‘name’); ?></title> <?php else : ?> 
   <title><?php wp_title(); ?></title> <?php endif; ?>
 *  Thread Starter [matt7267](https://wordpress.org/support/users/matt7267/)
 * (@matt7267)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/page-title-problem/#post-153260)
 * ohdear,
 * Indeed I DO want a page title on my home page, but using the code that I am using
   to name the other page titles it wont give the home page a title.
 * Can you elaborate on what I can do with the code you listed above?
 * Thanks!
 *  [ohdear](https://wordpress.org/support/users/ohdear/)
 * (@ohdear)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/page-title-problem/#post-153265)
 * I’m not sure if I understand correctly, the default is
    <title><?php bloginfo(‘
   name’); ?><?php wp_title(); ?></title>
 * which on the home page the page title is “Your Blog Name”, and individual entries
   is “Your Blog Name » Your Post Title” And I was wondering why you didn’t want
   the blog title in the page title of your individual entries?
 * With <title><?php wp_title(); ?></title> You don’t have page titles for archives
   either – [http://www.hometownquotes.com/blog/index.php?m=200502](http://www.hometownquotes.com/blog/index.php?m=200502)
 * Now with the code, on the home page the page title is “Your Blog Name” while 
   the individual entries have “» Your Post Title” as their page title.
 * Since you’re using WordPress 1.2.2, it actually should something like:
 * <?php if (!$single) : ?>
    <title><?php bloginfo(‘name’); ?></title> <?php else:?
   > <title><?php wp_title(); ?></title> <?php endif; ?>
 * Hope that helps you 🙂
 *  [cslater](https://wordpress.org/support/users/cslater/)
 * (@cslater)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/page-title-problem/#post-153476)
 * I have my index page title incorporated in the image I am using at my site [http://www.cliffslater.com](http://www.cliffslater.com).
   I would like to eliminate the “Second thoughts” that is called automatically 
   because at the moment it is in the title twice.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Page Title Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [cslater](https://wordpress.org/support/users/cslater/)
 * Last activity: [21 years, 1 month ago](https://wordpress.org/support/topic/page-title-problem/#post-153476)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
