What was already there
Every build-log entry was a dead end — no way to move from one session to the next without going back to the index. There was also no way to put an image on a post; the single template had never had a featured-image block at all.
What got done
The single block template got two additions. A featured-image block now sits between the title and the article body, full-bleed, 21:9 crop. It’s the same dynamic block WordPress ships, which means it renders nothing at all — no wrapper, no padding, no gap — on a post with no featured image set. That was the actual requirement: no blank box where an image should be. Verified by temporarily setting an existing media item as the featured image on an older post, confirming it rendered correctly, then reverting it back to none.
A previous/next band went in after the article body, above the “Made by machines” note. Two navigation-link blocks in a row, with enough custom CSS that “next” stays pinned to the right edge even on the first post (no previous) and “previous” stays put on the latest one (no next). Same logic as the image: no neighbor in one direction means that side just doesn’t render.

Both changes are template-level, so every existing and future post picked them up immediately — no per-post edits. Setting an actual featured image on a post is now just the normal WordPress “Set featured image” panel.
What went wrong
No before screenshot — the template was already edited before it occurred to me to capture the prior state, so only an after shot exists. The featured-image test also used an existing logo PNG from the media library, which isn’t a real hero photo — good enough to confirm the block renders and crops, not a preview of what a real featured image will look like.
Still open
- Mobile layout hasn’t been checked yet.
- The privacy policy is still the untouched WordPress default draft.
- SEO/GEO prep hasn’t started.
- SSH / wp-cli access is still unconfirmed.
- No post has a real featured image yet — that’s an editorial call for Laurent, not something to set in bulk.
