Home tab title not updating in cloned WP site.
-
Hello,
I have cloned one of my existing sites to a new domain:-
Original:- https://www.thebraintrainingcompany.com
Clone:- https://www.executivethinking.orgThe original site is titled “The Brain Training Company” and the new cloned site is “Executive Thinking”.
On the new cloned site I am struggling to get the browser tab to reflect the new title. It is still using the old title. However all of the other internal pages do reflect the new title with the page name (Page name | Blog Name).
I have updated the Blog Title in Settings / General.
Where else should I be looking to correct the Blog name on the hoe page?
The home page does use it’s own page of home.php. The first line of code on this is
<?php get_header(); ?>
My header.php has this:
<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />Any help would be really appreciated as I have run out of ideas as to what to do to fix this.
Many thanks.
The
- The topic ‘Home tab title not updating in cloned WP site.’ is closed to new replies.