Hi,
The title of the homepage shows the name Blog after the company name.
I checked Headspace but I could not find the word Blog inside my title.
Does this behaviour has something to do with the template?
Hi,
The title of the homepage shows the name Blog after the company name.
I checked Headspace but I could not find the word Blog inside my title.
Does this behaviour has something to do with the template?
The theme uses following code in header.php to display the title:
<title><?php if (is_home()) { bloginfo('name'); ?><?php } elseif (is_category() || is_page() ||is_single()) { ?> <?php } ?><?php wp_title(''); ?></title>
As I can't find the word "blog" in it I don't think it's the theme. Maybe "Blog" is a leftover of an old CEO plugin like All in One SEO?
Hi,
Headspace is the only SEO plugin I installed on this site.
Can this be triggered by some other plugin maybe?
I found the troublemaker!
It was the plugin WP Filter Post Category which puts Blog in the title.
Glad that you solved the problem.
You must log in to post.