Title: Title problem
Last modified: August 20, 2016

---

# Title problem

 *  [DanielMeyerBlog.Com](https://wordpress.org/support/users/danielmeyerblogcom/)
 * (@danielmeyerblogcom)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/title-problem-4/)
 * Whenever I try to post a link since I updated to 3.3.1 it posts like this now:
 * “The Intoxicating Stench – Daniel Meyer Blog.ComDaniel Meyer Blog.Com”
 * It’s been a while since I’ve had to change this and my brain is starting to forget
   a lot of things from my illness but in the header.php file the title code states:
 * <title><?php
 *  global $page, $paged;
 *  wp_title( ‘-‘, true, ‘right’ );
 *  bloginfo( ‘name’ );
 *  $site_description = get_bloginfo( ‘description’, ‘display’ );
    if ( $site_description&&(
   is_home() || is_front_page() ) ) echo ” – $site_description”;
 *  if ( $paged >= 2 || $page >= 2 )
    echo ‘ – ‘ . sprintf( __( ‘Page %s’, ‘evolve’),
   max( $paged, $page ) );
 *  ?></title>
 * I know this code is suppose to be something much shorter and simpler so that 
   it doesn’t repeat the site name when I post. Can someone please help out a lost
   disabled veteran? Thanks!
 * Daniel Meyer

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/title-problem-4/#post-2671812)
 * check if there is an interference with your seo plugin –
 * if your plugin provides the meta title, you might be able to delete the meta 
   title tag from header.php (?)

Viewing 1 replies (of 1 total)

The topic ‘Title problem’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/title-problem-4/#post-2671812)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
