titles in wp

Discussion in 'WordPress' started by superpump, Jan 11, 2008.

  1. #1
    what do i need to do to change the way my titles show up in word press to look like the following:
    tital then the site name.

    Right now my title is reversed, looking something like this:
    digitalpoint.com/title.
     
    superpump, Jan 11, 2008 IP
  2. YoungMaster

    YoungMaster Peon

    Messages:
    330
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In the admin go to presentation then theme editor. Open the Header file. Locate the opening a closing title tags <title></title>. Then replace what is between them with this code.

    <?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?><?php bloginfo('name'); ?>
    Code (markup):
    That should do it.
     
    YoungMaster, Jan 11, 2008 IP
  3. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #3
    minstrel, Jan 11, 2008 IP
  4. Dr. XYZ

    Dr. XYZ Guest

    Messages:
    226
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Even faster, modify it manually via FTP, themes/your_theme/header.php

    It depends on your ftp software though allowing or not writing directly on the server and if you have or not ftp access to your Word Press installation.

    ·​
     
    Dr. XYZ, Jan 11, 2008 IP
  5. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #5
    mizaks, Jan 11, 2008 IP
  6. OSWebMaster

    OSWebMaster Guest

    Messages:
    71
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi There -

    I like the Headspace SEO plugin which lets you set a custom title for each post. It does a lot of other things to (see overview tutorial article with screenshots at that link).

    - Scott
     
    OSWebMaster, Jan 11, 2008 IP
  7. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #7
    minstrel, Jan 12, 2008 IP