Post Title Name

Posted in: Newspaper
Post count: 57

Any idea how to modify this:
<title><?php wp_title( '|', true, 'right' ); ?></title>
so that the post title was just POST TITLE, not POST TITLE | BLOG NAME.
Preferably, with no plugins. Thank you.

  • This topic was modified 12 years by dan21.
  • This topic was modified 12 years by dan21.
Post count: 555

For SEO you should leave it that way,if you do a search in google,bling,yahoo you will see most titles end with they site name at the end..

Post count: 780

Hi,

As @Steven says it is not recommended.


<title><?php wp_title( '|', true, 'right' ); ?></title>

delete this: http://screencast.com/t/qCwaHIA2i

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.