All in One SEO Pack for Wordpress

Discussion in 'WordPress' started by dmi, Mar 7, 2008.

  1. #1
    Hi there,

    Anyone uses this plugin? It's great... but still I have a problem with titles.

    Right now, on all my pages (posts) the title is the same as on the homepage. Of course, I want the pages (posts) have different titles each (like, the title would be POST TITLE - BLOG TITLE). How can I set that up? I tried everything but no luck.

    Thanks,
    dmi
     
    dmi, Mar 7, 2008 IP
  2. MakeADifference

    MakeADifference Peon

    Messages:
    476
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is what I did on my blog :

    Modify the header like this: (you may want to keep a backup first)...in your wp-admin -> theme editor ->header

    <title><?php if (is_home () ) { bloginfo(‘name’); }
    elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(‘name’); }
    elseif (is_single() ) { single_post_title();}
    elseif (is_page() ) { single_post_title();}
    else { wp_title(‘’,true); } ?></title>
     
    MakeADifference, Mar 7, 2008 IP
    jhnrang likes this.
  3. allout

    allout Prominent Member

    Messages:
    5,000
    Likes Received:
    461
    Best Answers:
    2
    Trophy Points:
    340
    #3
    If you click rewrite titles, it will show the title of the post first as your page title. It will not change anything in the URL though which is what I was worried about. You can see how it looks in my That Blozzz Blog.
     
    allout, Mar 7, 2008 IP
  4. dmi

    dmi Well-Known Member

    Messages:
    2,705
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    140
    #4
    I click on Rewrite titles but nothing happens. Everything remains the same. Do I have to do anything besides that?
     
    dmi, Mar 7, 2008 IP
  5. allout

    allout Prominent Member

    Messages:
    5,000
    Likes Received:
    461
    Best Answers:
    2
    Trophy Points:
    340
    #5
    No it worked as soon as I clicked it. Try cleaning your browser cache to make sure it did not change. Otherwise, it may be blocked by something in the template code.
     
    allout, Mar 7, 2008 IP
  6. dmi

    dmi Well-Known Member

    Messages:
    2,705
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    140
    #6
    This doesn't work either. I really don't know what could be wrong.
     
    dmi, Mar 7, 2008 IP
  7. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #7
    you may have to make your theme files writable. You need to chmodd the files (change permissions) from 664 to 666
     
    arwen54, Mar 7, 2008 IP
  8. FHI

    FHI Guest

    Messages:
    660
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Arwen54, could you provide some details on how to do that? My pages look like: ....nts.info/?p=20, while yours show up properly: ........day-kiss-me-a-free-xh.....

    OP, thanks for posting the question, it was on my to do list.
     
    FHI, Mar 7, 2008 IP
  9. drewz

    drewz Peon

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    use permalink structure in the admin.before you do this search google for permalinks
     
    drewz, Mar 8, 2008 IP
  10. digimaya

    digimaya Banned

    Messages:
    320
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
  11. rcj662

    rcj662 Guest

    Messages:
    4,403
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I think they posted how to do this before
     
    rcj662, Mar 8, 2008 IP
  12. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #12
    What I have been trying to find is a way to use the title of the latest blog post as the title of the home page.

    Any suggestions on how I might accomplish that?
     
    minstrel, Mar 9, 2008 IP
  13. BuxRightNow

    BuxRightNow Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I know some guy did it in Joomla, but I haven't seen it yet it WP...
     
    BuxRightNow, Mar 9, 2008 IP
  14. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #14
    I am using all in one seo pack at my recipe blog site and for me its working fine.
     
    Jalpari, Mar 10, 2008 IP