You can see everything added to wp_head
in the file /wp-includes/default-filters.php
.
If your theme supports the title tag, you can remove it entirely with remove_action
:
remove_action( 'wp_head', '_wp_render_title_tag', 1 );
Though it may be simpler/better to use remove_theme_support( 'title-tag' )
in a child theme, which is what _wp_render_title_tag
checks before outputting the title tag.
Related Posts:
- Two title tags in my header
- Modify page title format (when using title-tag)
- REQUIRED: The theme must not used the tags. | REQUIRED: The theme must not call to wp_title()
- How to set custom title of custom page template?
- Include category title in wp_title
- Get wp_title() from page ID into a variable
- Change all Post titles into [Title Case] format
- How to modify a title tag in genesis?
- How to Change The Title in WordPress For SEO
- change title separator
- Change page title dynamically before header is rendered
- Why is a category/ tag name prefixed to title of every page?
- Where does Yoast SEO plugin sets the site/page title?
- After I set the title, it over-wrote all the titles for the individual pages
- Replace text in the Title
- Title tags show twice
- How to solve the site tag being displayed twice?
- disallow publish posts with special title
- Prefix the title tag, if IP address is the dev server
- Need help with page title (Static front page)
- Title tag on home using front-page template not showing
- How to get page title () in a different order?
- Reorder title tag and description tag with wpseo_title and wpseo_metadesc
- What change does this code need to include title of parent?
- How to modify title tag in a plugin?
- Change Bookmark Name without Changing TITLE Tag [closed]
- Using php to overwrite or replace title tag, while using yoast [closed]
- Limit the word count in the post title
- Problem in wordpress with “-“
- Fill post titles from post content?
- Display post title on individual image attachment page
- Automatically add title attribute to links in WordPress
- Custom Post Type Title Placeholder [duplicate]
- Site title not showing. What can I do?
- Multiple Conditions for Child Page Title
- How come my first blog post and my home page have the same title?
- How to echo a different title to the page if it’s opened on an android mobile phone
- Adding schema.org itemprop to WP4.1 Title Tag
- Remove post title
- Woocommerce: How to remove page title from storefront theme homepage
- Automatically add words if duplicate post titles
- How to insert icon in site title
- How can I automatically insert the page content as the title?
- HeadSpace2 double title on homepage
- Changing title & add Breadcrumbs
- Sanitize the output of the_title() or the_title_attribute() to remove whitespace
- Blog Title not showing up on main Blog page
- For better digital journalism, how to store a second title and excerpt?
- Keep Title and Description always
- How to echo all the_title() without text after last “-“
- Print post title with markup
- Homepage meta title and description not showing in search engines?
- How to remove Title and CSS styling of title from particular page
- How to customize a title by passing query string?
- Double bar “|” in title (By WP SEO Yoast?) [closed]
- Delete a repeated part of post title in WordPress
- How to put post title or keyphrase in content on different places automatically?
- How to give titles to custom post type as “unique” incremental number?
- Change auto post title generation according to different post properties
- How to get Title of Home Page to Appear on Page
- Array to modify post titles
- Text under post title on frontpage but don’t want it in full post
- How do I remove ‘Home’ from homepage title?
- How to set “lang” attribute for post/page title?
- Inconsistent title for posts
- Title don’t function as link
- Enclose title within a div?
- How to add a span class in the post title?
- Adding a class to post title considering the title length
- SEO module to change tag title for different listing page
- Change post title but not in widgets/menu/etc
- how to change the title of tag page?
- how to add dynamic text before and after of post title
- Modify WordPress Page Title ()
- Post title not displaying as recorded in the wp_posts table
- long-title posts do not want published
- Please I want to prefix my WP posts title according to each category
- Page Title Dependant On Input?
- I have dynamic title tag in my wordpress but seo analyst show “No title Tag found error”?
- “Page Array” displaying in title bar on Front Page
- Blog Post Title apearing twice
- How do I separate the post title from the content in an excerpt coded thus:
- Setting Page Title Yoast
- my site show this symbol (::) between site title and tagline
- How to Implement Category.php page title in wordpress custom template?
- Display tab title as ‘blog tagline | blog title’
- Different titles for static, posts, and every xy page
- Hide page name in wordpress page title
- The entity “raquo” was referenced, but not declared
- How to get the meta title of a page configured as blog (loop)
- Generate page title tag from the content of H1
- My post titles is getting mashed up with my blog title
- What is the wordpress page title php code?
- How to add … after a particular word/character limit to the title
- Remove post title in catogory page
- How can I change tagline in title tag “Just another wordpress site”?
- Show page name in browser
- I have a problem with Home Page title
- Trying to get more space removed from my header
- How to fix special characters when the title or excerpt is shortened [closed]