How to change title of posts in wordpress?

Discussion in 'WordPress' started by toretic, Jul 14, 2008.

  1. #1
    Hi in my blog the title is something like that -> "BlogName - BlogArchive - BlogPost" Name i want to change it so it will only show "BlogPost Name".
    Do u have any suggestions?
     
    toretic, Jul 14, 2008 IP
  2. MTbiker

    MTbiker Well-Known Member

    Messages:
    2,536
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    170
    #2
    Open the header.php file and replace the <title> section with this:

    <title><?php wp_title(' '); ?></title>
    PHP:
     
    MTbiker, Jul 14, 2008 IP