Problem with the title and description of my website.

Discussion in 'Themia WordPress Theme' started by jignaciodue, Sep 23, 2013.

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

    jignaciodue New Member

    Joined:
    Feb 10, 2013
    Messages:
    5
    Likes Received:
    0
    Location:
    Madrid
    Hello.
    In my web get the title and description in duplicate.
    Example:
    Title: WEB TELEVISION
    Description: A website where you watch TV online

    When you visit my site you see:
    WEB TELEVISION | A website where you watch TV onlineWEB TELEVISION | A website where you watch TV online

    Could anyone tell me how to fix it? I looked in the wordpress itself and the theme Themia, but if I remove either disappears from my website.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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(''); ?>
    2013-09-24_1110.png


    This will solve your issue.
     
  3. jignaciodue

    jignaciodue New Member

    Joined:
    Feb 10, 2013
    Messages:
    5
    Likes Received:
    0
    Location:
    Madrid
    OK, thank you very much.

    Fixed!
     
Thread Status:
Not open for further replies.

Share This Page