Unwanted string in front page title tag
-
I’m developing a wp theme and I noticed that on my front page (only) WP always adds string to the page title ie. “Page title – unwanted string – Blog title”
You can see it here: //redacted
It says: “Homepage – Stran Array – aFax”. “Stran” means “Page”, so I thought this has something to do with pagination – because this is the format that paginated blog pages use in title tag. However, this is a custom frontpage template that is not paginated.So far I noticed:
– this only happens on front page
– it is not related to template itself – because I tried changing to default template for this page and it’s still there
– it is not related to a specific page – i changed the front page setting and it always showed irrelevant of the page that was set as front pageI’m running wp 4.4, theme has title-tag supported (add_theme_support( ‘title-tag’ )).
Any ideas?
- The topic ‘Unwanted string in front page title tag’ is closed to new replies.