• 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 page

    I’m running wp 4.4, theme has title-tag supported (add_theme_support( ‘title-tag’ )).

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Are you using a Page for your home page?

    Thread Starter boogysi

    (@boogysi)

    Yes, I’m using Page as front page, but I tried setting Blog as front page and it was still there.

    I did however notice that it seems to be related to the ACF Pro plugin I’m using. When it’s disabled the problem goes away. I contacted their support.

    Good… you have found the source of the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unwanted string in front page title tag’ is closed to new replies.