News posts
Draft/publish/hide news. Create always starts as draft. Site news.comments_enabled can block comments.
News posts
Site news for /news/{slug}, optional header strip, and homepage latest-news section.
Where to find it
Admin → News (/admin/news); edit/create /admin/news/edit
How it works
List: Search; status Draft (publishedAt null) / Hidden (published + not visible) / Published. Create always starts as draft even if Visible is checked.
Edit: Title (max 300), Slug, Excerpt, Body, Visible when published, Featured, Allow comments. Publish now sets publishedAt and forces visible. Unpublish clears publish date. Soft-delete sets deletedAt + hides and soft-deletes that post's comments.
Public needs visible + not deleted + publishedAt ≤ now. Site-wide news.comments_enabled (default on) can block comments even when per-post Allow is on. Header strip visibility is show_last_news_days (default 0 = off).
Common problems
Allow comments on but no public comments
Site-wide News comments enabled overrides per-post allow.
Publish now disabled
Save/create the draft first.