Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

When renaming the Blog page, it'll still show Blog in the title tag #5

Open
iamswain opened this issue Mar 3, 2016 · 2 comments
Open

Comments

@iamswain
Copy link

iamswain commented Mar 3, 2016

If I rename the posts page to, for example, "News" I'd expect the posts page title tag to be the following:
<title>WEBSITE_NAME | News</title>

However, it currently is:
<title>WEBSITE_NAME | Blog</title>

Would be amazing if this changes with the name of the posts page.

@peterbrinck
Copy link

I have this problem too
It's really annoying

@camogg
Copy link

camogg commented Jun 27, 2016

You can edit the controller SiteController.php of the blog package.

Then replace the 'title' => __('Blog'), on line 55 by 'title' => __('News'),

It would be great to add an option in the settings page to custom it from interface and it would prevent from auto changes when updating the extension.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants