custom -tag

  • Unknown's avatar

    When creating a page / post, WordPress automatically sets the page title as <title> tag.

    How can i prevent that?

    I found

    remove_action( 'wp_head', '_wp_render_title_tag', 1 ); .

    This works perfectly fine but there’s a catch.

    Now when a page is loading, it shows the whole page completely unrendered and broken. Until the page is fully loaded.

    Any Solutions for this?

  • Hi,

    What is the URL of the site you are working on? We’ll be happy to take a look and see if we can help.

  • The topic ‘custom -tag’ is closed to new replies.