Title: Page Coding Questions
Last modified: August 19, 2016

---

# Page Coding Questions

 *  [nickaster](https://wordpress.org/support/users/nickaster/)
 * (@nickaster)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-coding-questions/)
 * My page titles all have the same header as follows:
 * ‘<title><?php wp_title(‘ | ‘, true, ‘right’); ?></title>’
 * For some reason this results in a blank title for my home page. What’s an easy
   fix for this? Can it say something like “if this is an article, use the title,
   if not, slap the following in there?”

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

 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-coding-questions/#post-1551765)
 * use this
 *     ```
       <title><?php the_title(); ?></title>
       ```
   
 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-coding-questions/#post-1551766)
 * also check this doc [http://codex.wordpress.org/Template_Tags/wp_title](http://codex.wordpress.org/Template_Tags/wp_title)
 *  Thread Starter [nickaster](https://wordpress.org/support/users/nickaster/)
 * (@nickaster)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-coding-questions/#post-1551978)
 * Cool, thanks! Can you tell me what the code I had actually means? what does “
   True” “right” mean?
 *  Thread Starter [nickaster](https://wordpress.org/support/users/nickaster/)
 * (@nickaster)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-coding-questions/#post-1551979)
 * okay weird – the code you gave works for all pages and posts, but my front page
   title is now the title of my most recent post. How could taht be happening? Once
   a new post comes along, the title will change to the most recent post… I just
   want the name of my blog there

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

The topic ‘Page Coding Questions’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [nickaster](https://wordpress.org/support/users/nickaster/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/page-coding-questions/#post-1551979)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
