Site tile- bookmark change

Discussion in 'Themia WordPress Theme' started by akoni5, Mar 17, 2014.

  1. akoni5

    akoni5 New Member

    Joined:
    Dec 30, 2013
    Messages:
    26
    Likes Received:
    0
    Hi there

    Hope you can advice,
    I am trying to find an option in setting to change the site title on the bookmark (tag) that represents each page in the browser.
    At the moment, for our website. http://aromafoodgroup.com/, if I hover over the tag, our site title is displayed twice

    Aroma Food (UK) Ltd / Aroma Food (UK) Ltd /

    I have played with the settings of the page but I can't figure out where to remove one part of the description so it only appears singularly on the page.

    Can you please advice?

    Many thanks

    Anna
     
  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. akoni5

    akoni5 New Member

    Joined:
    Dec 30, 2013
    Messages:
    26
    Likes Received:
    0
    thanks you and sorry in advance but I am finding it hard to find the header.php present in your theme directory, can you please be more specific where that is?

    Thank you

    Anna
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    You can edit header.php file through FTP.
    Open your Theme directory (through FTP) > header.php
    Download header.php file from there, Edit it, Then again upload it.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page