Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,

    you have two title tags in your source code.

    Can you confirm you have remove this line from header.php file of your theme?

    <title><?php wp_title(); ?></title>

    May I know the name of your theme please?

    Thread Starter budpierce

    (@budpierce)

    Hello Benjamin

    Thanks so much for your reply

    The theme I am using is Woothemes Canvas.

    I can confirm that the header.php has been edited. The exact code I have removed is:
    <title><?php woo_title(); ?></title>

    ( The line you specified: “<title><?php wp_title(); ?></title>” was not present in header.php)

    Yes, there are 2 title tags in the source code. I believe the first title tag is added by the theme. The second title tag is what I have specified within the SEO Press plugin.

    Hope this helps.

    Thanks again, Kevin

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    OK thank you for this update.

    Can you send us your theme in a ZIP file by upload it to a Drive? or to this mail contact[at]seopress[dot]org

    Thx

    Thread Starter budpierce

    (@budpierce)

    Hello Benjamin

    I’ve just emailed a zipped copy of my theme to you.

    Many thanks, Kevin

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    By removing this line from header.php of your child theme, it works as expected:

    <title><?php woo_title(); ?></title>

    We really encourage you to use a more recent theme because it’s not compatible with PHP > 7.2!

    Thread Starter budpierce

    (@budpierce)

    Benjamin

    Thank you so much. Apologies from me. I edited the header in the main theme but did not check for duplication of code in the header of the child theme. That’s very stupid of me.

    I’ve left you a 5* review & I’ll be leaving myself a 1* star review for being so dumb.

    I’ll be buying the Pro Version of the plugin now.

    Thanks again, Kevin

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    ??

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Still Cannot Edit the Title tag’ is closed to new replies.