I’m not very sure how is your title on other pages, but here is how you can modify your title:
<?php wp_title( '|', true, 'right' ); ?>
This will show your Blog’s name right to your page’s title, which will have seo benefits. The |
separator will be used here.
If you want to customize your title further, you can use a situational if()
, as the following:
<title> <?php if ( is_home() ) { //Your custom title here } else { wp_title(''); } ?> </title>
For custom title, you can use the following outputs:
bloginfo('name')
= Displays the “Site Title” set in Settings > General
bloginfo('description')
= Displays the “Tagline” set in Settings > General
Or you can simply type your desired title in text format.
Related Posts:
- Using php to overwrite or replace title tag, while using yoast [closed]
- Problem in wordpress with “-“
- order by second word in title?
- add_theme_support( ‘title-tag’ ) in conflict with custom titles function
- the_title filter applying to menu items
- Modify page title format (when using title-tag)
- Empty title on front page/Home
- REQUIRED: The theme must not used the tags. | REQUIRED: The theme must not call to wp_title()
- How to get page’s ID if I know the title only?
- How to make a H1 different then the Title?
- How do I edit the tag without using the deprecated `wp_title()` function?
- Change Default Custom Fields Metabox Name
- Display post title on individual image attachment page
- Include category title in wp_title
- Automatically add title attribute to links in WordPress
- How can i remove JUST the title tag from wp_head() function?
- Custom Post Type Title Placeholder [duplicate]
- Remove site name from tag
- Change title tag dynamically or within plugin?
- Get title of page from URL
- Remove site name from title post
- Change all Post titles into [Title Case] format
- How to modify a title tag in genesis?
- How do I set the blog name?
- How to Change Title Attribute to be different from Page title
- How to sanitize post title with commas
- 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
- How to edit title on Edit post pages?
- How do I shorten the title lenghs with Elementor theme? [closed]
- How to Customize “WordPress > Error” Text in Titlebar?
- How can I automatically insert the page content as the title?
- Changing title & add Breadcrumbs
- Sanitize the output of the_title() or the_title_attribute() to remove whitespace
- Change page title dynamically before header is rendered
- Blog Title not showing up on main Blog page
- Where does Yoast SEO plugin sets the site/page title?
- For better digital journalism, how to store a second title and excerpt?
- After I set the title, it over-wrote all the titles for the individual pages
- Replace text in the Title
- Wrap the_title_attribute in a H2 within a Conditional Tag?
- Title tags show twice
- Setting page title and keywords from PHP code
- Anyway to specify what should appear in in .php file?
- How to solve the site tag being displayed twice?
- How can I override the post title when a post is set to sticky? [closed]
- disallow publish posts with special title
- Print post title with markup
- How to get current page title inside a page’s template
- How to remove Title and CSS styling of title from particular page
- Double bar “|” in title (By WP SEO Yoast?) [closed]
- Delete a repeated part of post title in WordPress
- how to set alt & title for featured image get_the_post_thumbnail
- How to add publish date in the title
- How to put post title or keyphrase in content on different places automatically?
- How come I get internal server error even with try catch for get_the_title in functions.php?
- Print title page in header of a specific page
- How to give titles to custom post type as “unique” incremental number?
- How to disable publish button if post title exists
- Change auto post title generation according to different post properties
- How to get Title of Home Page to Appear on Page
- Need help with page title (Static front page)
- Show post title words one by one [closed]
- Array to modify post titles
- 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?
- Title how does page no work in Twenty Eleven
- strtolower
- Hide a page title in WordPress 3.0
- 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
- Add text to the first “title”=>get_the_title($post->ID), and shorten
- Title tag on home using front-page template not showing
- Limit title length
- Remove title bar from post-new.php
- How to get page title () in a different order?
- Page Title Dependant On Input?
- Blog Post Title apearing twice
- What change does this code need to include title of parent?
- Setting Page Title Yoast
- How to modify title tag in a plugin?
- How to Implement Category.php page title in wordpress custom template?
- Why I can not modify the appereance of my title web site in google? [closed]
- Different titles for static, posts, and every xy page
- How to get the meta title of a page configured as blog (loop)
- Generate page title tag from the content of H1
- Append text after wordpress 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
- Change Bookmark Name without Changing TITLE Tag [closed]
- reformat entry-title with two different styles
- I have a problem with Home Page title
- Trying to get more space removed from my header
- how to put breadcrumb under Title [closed]
- How to fix special characters when the title or excerpt is shortened [closed]