How to edit meta title in home page on wordpress

Discussion in 'WordPress' started by mixtaka, Mar 15, 2010.

  1. #1
    Suppose my site name : merablog

    the meta title i see on homepage : merablog
    and in single post : merablog - "title name"

    i want to add some description only on home page after blog name: merablog - "Description"

    can any one tell me what should i add in below code which inside the header.php

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title>
    <?php bloginfo('name'); ?>
    <?php wp_title(); ?>
    </title> 
    Code (markup):
     
    Last edited: Mar 15, 2010
    mixtaka, Mar 15, 2010 IP
  2. tbunch

    tbunch Peon

    Messages:
    25
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you mean a static front page? How do you intend the "description" to render - on the page or on the tab? A little more clarity may help get the best answer.
     
    tbunch, Mar 15, 2010 IP
  3. mixtaka

    mixtaka Active Member

    Messages:
    267
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #3
    My wordpress site : http://www.movieflake.com/

    if you visit the site on firefox, i see this line on top of screen in home page : Movieflake - Mozilla Firefox

    i want to add some title tag which comes only on home page, and they look like this: Movieflake (title tag come here) - Mozilla Firefox
     
    mixtaka, Mar 15, 2010 IP
  4. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #4
    If u r using all in one seo plugin you can change meta tags under settings tab on left hand side for blog homepage, and under any posts/pages for indvidual posts/pges
     
    Jalpari, Mar 15, 2010 IP
  5. Grit.

    Grit. Well-Known Member

    Messages:
    1,424
    Likes Received:
    22
    Best Answers:
    1
    Trophy Points:
    110
    #5
    I'd recommend the use of a plugin called Headspace. Seriously take a look, it's a very powerful plugin, and allows you to change it not only for the blog on a whole, but for each individual post you create.

    http://wordpress.org/extend/plugins/headspace2/
     
    Grit., Mar 15, 2010 IP