How to I fix repeating meta titles on the infoway theme

Discussion in 'Infoway WordPress Theme' started by pattersp1977, Oct 15, 2013.

  1. pattersp1977

    pattersp1977 Member

    Joined:
    Sep 2, 2013
    Messages:
    41
    Likes Received:
    0
    Dear Inkthemes Team,

    Can you please confirm how I can fix meta titles that are not appearing corrently on the infoway theme.

    I have attached a screen shot which shows they way I am getting some repetition in the meta titles. Is there a way to amend the title code in the header file to fix this?

    Thanks in advance for your help.

    Pat.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

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

    Code:
    <?php wp_title(''); ?>
    2013-10-16_1145.png
     

Share This Page