[my-wordpress] Redesign welcome + About content; serve Welcome as static front page#209
Open
iamtakashi wants to merge 1 commit into
Open
Conversation
…a static front page
Replaces the emoji-card welcome content and About page with a calmer,
more confident layout, and makes the welcome content a page set as the
static front page so users no longer land on the default Posts index
with its "Blog" heading.
Changes:
- `welcome-post.html` → `welcome.html` (matches `about.html` naming;
also renamed in `de/`, `es/`, `pl/`).
- `playground-welcome.php`:
- Convert default Hello World post (ID 1) to a page; close comments
and pings on it; delete the default "Hi, this is a comment…" comment.
- Set `show_on_front` = `page` and `page_on_front` to the welcome ID.
- Rename internal helpers `get_welcome_post_path/content` →
`get_welcome_path/content`.
- Bump plugin version 1.1.0 → 1.2.0.
- `about.html`: tightened copy, "The site runs through Playground…"
resolves an ambiguous-`this` reading.
- Localized bodies in `de/`, `es/`, `pl/` still contain the previous
English-equivalent content and are intentionally left for a follow-up
re-translation pass.
Refs THE-183.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two changes to the my-wordpress blueprint:
/renders the welcome Page directly.Changes
welcome-post.html→welcome.html(matchesabout.htmlnaming). Renamed acrossde/,es/,pl/too.playground-welcome.php:show_on_front=pageandpage_on_frontto the welcome page ID.get_welcome_post_path/content→get_welcome_path/content.1.1.0→1.2.0.about.html: new copy;"The site runs through Playground…"resolves the ambiguous-thisreading.Follow-ups (not in this PR)
de/,es/,pl/still contain the previous content. They are renamed (filename change only) but the bodies are unchanged. They should be re-translated against the new English content. Until then, German/Spanish/Polish visitors will see the previous welcome content rendered as the page set on the front.Test plan
🤖 Generated with Claude Code