Hi,
If you open your page in the frontend and view its source code in your browser, you will see that you have two <title>
tags. Also the title appears twice itself. Something is causing this duplication, and if it is not any of your plugins, then it is a piece of code in your theme (unless you’ve modified your core WP code).
The tc_head_display()
function is the function in the theme that takes care of displaying the <head>
section, which contains the duplicate title. If this is not caused by a plugin, then you should start from there, tracing what hooks to the tc_head_display
filter and creates this duplication.
In order to investigate in-depth, you’ll need some developer skills. I’d gladly aid you, but I’d need access to your codebase in order to trace the issue.
Also, I’ve tried activating this Customizr theme locally, and the issue does not occur at my side. So I can recommend that you update the theme to its latest version – perhaps this will solve the issue. Please, note that this would erase any modifications that you’ve done on the theme files.