Duplicate Title Tag #161
Unanswered
ibtehajwajid
asked this question in
Technical Help
Replies: 1 comment 1 reply
-
|
Please add the following code to the Code Snippets plugin: add_action('wp_head', function() {
remove_action('wp_head', '_block_template_render_title_tag', 1);
remove_action('wp_head', '_block_template_viewport_meta_tag', 0);
}, PHP_INT_MIN); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, How to fix the double title issue on my website (https://vevisto.com/) for each page and post.
I'm using Oxygen builder with RankMath. You can also check double title by View page source.
https://drive.google.com/file/d/1X2x1NBXMZE-STmf7PcvbKjRSAZsFRfOr/view?usp=sharing
Beta Was this translation helpful? Give feedback.
All reactions