Hi jackwhittle123,
Before you go making changes to your theme (and please use a Child Theme if you do decide to make changes to your theme) a plugin may be a better solution. The WordPress SEO by Yoast plugin makes it easy to modify your Title Tags and even set a custom Title tag for each page:
https://wordpress.org/plugins/wordpress-seo/
Hope this helps!
Christi
Hi jackwhittle123
First question: what is the name of this theme? Is it in the WordPress.org repository?
You will actually need to create a child theme for this one, just as Christi recommended. The reason is that you need to edit the header.php file for this theme, and only include the basic elements. Then install Yoast SEO (as Christi recommended), and set your title as you desire it to be.
You should copy the header.php file into your child theme, then change the title tag to this:
<title><?php wp_title(''); ?></title>
After that’s done, install Yoast SEO and configure the “Titles and Meta” section. Look for the “Home” sub-section (or similar).
Hope that helps
Hi jackwhittle & CJ,
I don’t think a Child Theme will be necessary if you use the WordPress SEO by Yoast plugin. Using that plugin, you can create the Title Tag for each Page or Post right in the WordPress editor, with no changes needed to your theme. I would definitely recommend just installing the plugin first, then if it doesn’t work right, you can create a Child Theme as CJ recommended.
Thanks!
Christi