Title error with Yoast SEO

Discussion in 'BizWay WordPress Theme' started by nina_online, Mar 5, 2014.

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

    nina_online New Member

    Joined:
    Feb 4, 2014
    Messages:
    14
    Likes Received:
    0
    I am using Yoast's SEO plug-in, but it causes errors in the title, appending the Bizway title after the Yoast title.

    I removed the Bizway SEO code from header.php as instructed in other threads.

    How can I solve this and keep using SEO by Yoast?



     
  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. nina_online

    nina_online New Member

    Joined:
    Feb 4, 2014
    Messages:
    14
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page