Help IN Blog Title

Discussion in 'WordPress' started by Western, May 30, 2008.

  1. #1
    for example when we click to see this post(Learn to see) in single page the title is

    Prisoner Blogger - i Want To Make $1500000 USD By Blogging Online » Blog Archive » Learn to see

    which is included my blog title + Blog archive + Post title

    But i want it Only as " Post title " when we look at it in single page
     
    Western, May 30, 2008 IP
  2. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It must be a peculiarity of your WordPress theme. All those values are in the <title> tag.

    Can you modify the theme code?

    most likely it's in header.php. Change the title tag to somothing like this

    <title><?php if (!is_single()) { bloginfo('name'); echo(' -- ');} ?> <?php wp_title(' '); ?></title>
    PHP:
     
    UseShots, May 30, 2008 IP
    Western likes this.
  3. Western

    Western Well-Known Member

    Messages:
    1,751
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Western, May 30, 2008 IP