WordPress generates automatically title-tag
-
Is there any way (a function maybe?) to prevent WordPress from generating title tags automatically?
Since im using YOAST on a test site instead of my main site, i can not edit the title / meta tags through YOAST.
Can you provide me a piece of code to prevent WordPress from creating title tags, so i can add them manually?
Or some code to override the title tags?
I found
remove_action( 'wp_head', '_wp_render_title_tag', 1 );Which works nearly perfect but the catch is, that my website layout breaks while loading a page. Only when the page is fully loaded, the layout is shown properly.
Because of that i need another solution or a fix.
Hope you can help me out with that, many thanks
The topic ‘WordPress generates automatically title-tag’ is closed to new replies.