When creating a new site, there are example pages created with generic content.
The Homepage is a static page with content and is given this URL: example.com/blog/
Then there is a Blog page created that is given this URL: example.com/blog-2/
We get users wanting to change their Blog page to example.com/blog/
but the Homepage URL needs to be changed first. This is awkward because the Homepage URL can only be changed by using Quick Edit in WP Admin.
/blog-2/
to /blog/
/blog/
URL.I expected the Homepage to have the URL example.com/home/
and the Blog page to have example.com/blog/
The Homepage is given the URL example.com/blog/
and the Blog page is given the URL example.com/blog-2/
I think this could be fixed in the Headstart annotations by changing the post_name
value for the Home page to home
and the post_name
value for the Blog page to blog
cc @niranjan-uma-shankar because I think you might have worked on this last and might know which of the Headstart annotations need changing.
Thanks, I've added it to our project board.
Needs review: D45473-code
LGTM
Deployed
Most helpful comment
Thanks, I've added it to our project board.