using a custom post page title for Wordpress

Discussion in 'Search Engine Optimization' started by DPian, Dec 22, 2008.

  1. #1
    hello everybody

    here is my wordpress blog http://www.Decentsms.com

    i want to edit the post title

    my current post title is showing like this

    and code is:

        <?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?>
    PHP:
    i want my Title to appear like this

    or
    is any body there who can do this
     
    DPian, Dec 22, 2008 IP
  2. sultanofseo

    sultanofseo Notable Member

    Messages:
    9,930
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    265
    #2
    how much are you willing to spend? just kidding!
    login to your wordpress admin panel, then go to options/permalink (you might have a different version of wordpress but find the option for permalink) then select Custom Permalink. add the code below on the box and save

    /%category%/%postname%
    Code (markup):
     
    sultanofseo, Dec 22, 2008 IP
  3. DPian

    DPian Well-Known Member

    Messages:
    1,352
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    195
    #3
    friend i am talking about the title not about permalink

    i am talking about <title>Category name >> Post Name </title>
     
    DPian, Dec 25, 2008 IP
  4. gr8liverpoolfan

    gr8liverpoolfan Notable Member

    Messages:
    6,719
    Likes Received:
    538
    Best Answers:
    0
    Trophy Points:
    285
    #4
    gr8liverpoolfan, Dec 25, 2008 IP