Viewing 1 replies (of 1 total)
  • Thread Starter itoni

    (@itoni)

    Finally found the solution which I’ll share below. I am using the Gantry framework so to enable SEO Titles navigate to:

    wp-content/themes/your-theme/gizmos/title.php, and edit

    function isEnabled(){
    return true;
    }

    change to

    function isEnabled(){
    return false;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘seo title not changing’ is closed to new replies.