word press url structure question

Discussion in 'WordPress' started by bbrian017, May 9, 2008.

  1. #1
    bbrian017, May 9, 2008 IP
  2. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #2
    You need to change your title code. You must have blog archive written for post pages.

    heres what i use

    <title><?php if ( is_home() ) { ?><? bloginfo('name'); ?> - <?php bloginfo('description'); } else { wp_title(''); } ?></title>
    Code (markup):
    the above code displays the name of the blog and the description on the home page and on all other pages it displays the name of the page or article. You can make the title tag as simple or as complicated as you want in wordpress.

    Im sure you have 'Blog Archive' written somewhere in your title code. Check your header.php file and see whats there

    (pm me if you're having problems with it) :)
     
    System0, May 9, 2008 IP
  3. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, it's because it's automatically added to the title of your posts, in addition to the above you could install the Wordpress plugin : All-in-one SEO which allows you to edit these features easily and enhances the seo of your site!!
     
    wd_2k6, May 9, 2008 IP
  4. godsofchaos

    godsofchaos Peon

    Messages:
    2,595
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Use all in one seo my good friend or you can do it manually as well if you want to do it all by yourself and learn something in the process. I'm already in blogengage btw. :)
     
    godsofchaos, May 9, 2008 IP
  5. bbrian017

    bbrian017 Well-Known Member

    Messages:
    2,990
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    170
    #5
    Will all in one seo work with a current plugin I have installed named Dean's Permalinks Migration
     
    bbrian017, May 12, 2008 IP