How to change Title on Browser Tab

Discussion in 'RoadFighter WordPress Theme' started by sarahmiller212, Feb 17, 2014.

Thread Status:
Not open for further replies.
  1. sarahmiller212

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
    I would like to be able to edit the title which is displayed on the browser/internet tab.

    At the moment it displays as " Lighted Path Coaching | Lighting the Path to Your Life VisionLighted Path Coaching "

    I would like it to simply display "Lighted Path Coaching | Lighting the Path to Your Life Vision"

    The website: http://lightedpathcoaching.org.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    This issue is occurring because of "Yoast WordPress SEO plugin" you are using.
    So go to the header.php present in your theme directory and replace code highlighted in the image with the code given below.

    Code:
    <?php wp_title(''); ?> 
    [​IMG]

    This will solve your issue.
     
  3. sarahmiller212

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
    I do not see the code depicted in the header.php file that is highlighted above. Here, instead, is what I see. Please let me know how to proceed. Thank you!
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Ok go to the header.php present in your theme directory and replace code highlighted in the image with the code given below.

    Code:
    <?php wp_title(''); ?>
     
    
    [​IMG]

    This will solve your issue.
     
  5. sarahmiller212

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
    Thank you, this solved my issue.
     
Thread Status:
Not open for further replies.

Share This Page