2026-04-27 — Jan's Blog Archive follow-up

Source

Basecamp to-do "Add 'Archive' to the Blog, but differently" — Jan's Wed 11:24pm message:

Eric, instead of having Archive be like "local" or "national", can we add a sentence to the very bottom of only the All page, in small light font, that says "For archive of older blogposts, please click here." which then goes to an archive page.

This is the follow-up to the Apr 21 fix (PR #13, commit 90e3495) that removed the Archive filter pill from the blog. That fix only removed the UI; the archive WP category itself stayed in place.

What we built

Branch: feature/blog-archive-link (commit fbbca74, not pushed, awaiting Jan's reply).

Verified locally

What's blocking ship

The plumbing works. The Archive category is empty on both local and production (term_id=24, count=0). Until posts are tagged with the category, the archive page renders the empty state.

Production diagnosis: Production has 0 drafts but 9 posts in trash, all moved to trash on 2026-04-20 — one day before Jan asked us to remove the Archive pill. They date 2023-08 through 2024-12. Likely the older content Jan means by "archive."

Date Title
2024-12-16 Sustainability
2024-07-02 Bringing the beach to Solano County (lagoon)
2024-06-04 Community working group: regional sports complex
2024-05-29 Partnering with Merit America
2024-04-18 Solano Gap
2024-04-02 UC Davis solar + agriculture + habitat collaboration
2024-02-16 Travis AFB concerns resolved
2023-11-09 California Forever Community Advisory Committee
2023-08-31 Starting a conversation about eastern Solano County

Sent to Jan (Basecamp / email)

Jan — quick clarification before I wire up the archive: how do you want to decide what's archive vs active? I'm seeing 9 older posts (2023–2024) that got moved to trash on Apr 20 — are those what should live behind the archive link? And going forward, what's the rule editors should follow when adding new posts — date-based, or you flag them manually?

Next steps when Jan replies

Decision pending

What's the editorial rule for "archive vs active"? Date-based, manual flag, or just "whatever Jan/the team decides at the time"? Will inform whether we need any automation (e.g., auto-archive posts older than X) or just a documented manual workflow.