Advanced

Archive intro

The eyebrow, title, and standfirst on the homepage archive header, sourced from a Ghost page with slug archive-intro. Optional — falls back to the built-in copy when the page doesn't exist.

The archive intro is the header that sits above the chronological story grid on your homepage — a small uppercase kicker, a large title, and an italic standfirst line beneath it. Out of the box it reads "Earlier reporting / The newsroom, day by day / A chronological archive of every story filed by our reporters and columnists." You can replace all three from Ghost without touching theme code, by creating a single page.

The archive intro rendered above the homepage story grid, showing the small kicker, the large title, and the italic standfirst beneath it

This is entirely optional. If you never create the page, the built-in wording shown above stays exactly as it is.


How it's composed

The header has three parts, all sourced from one Ghost page with slug archive-intro:

Page fieldSlot in the headerNotes
titleMain headingRequired — a Ghost page always has a title, so this is always used.
meta_description (Meta description)Eyebrow kickerOptional — falls back to "Earlier reporting" when left blank.
custom_excerpt (Excerpt)Italic standfirstOptional — falls back to the built-in sentence when left blank.

The page itself is just a content source for the homepage header — you don't need to link it anywhere.


Setting it up

The page in Ghost

The archive-intro page open in Ghost with its title, URL slug, excerpt, and meta description filled in

Previewing the header

The three header parts labelled with the Ghost page field that fills each one: Meta description feeds the kicker, the page title feeds the heading, and the Excerpt feeds the standfirst

Create the page

In Ghost Admin, go to Pages → New page.

Set the title

The page title becomes the large heading on the archive header. Type the heading you want, e.g. "The newsroom, day by day".

Set the slug to archive-intro

In Page settings, set the Page URL to archive-intro. The page does not need to be linked from your navigation.

Set the eyebrow and standfirst

Still in Page settings:

  • Meta data → Meta description — the small uppercase kicker above the heading. Leave blank to keep "Earlier reporting".
  • Excerpt — the italic standfirst line below the heading. Leave blank to keep the built-in sentence.

Publish

Click Publish. The new header copy appears on the homepage on the next render.


Reverting to the built-in copy

There's no theme setting toggle — the Ghost page is the toggle:

  • Set the page to draft — the header reverts to the built-in copy until you re-publish.
  • Delete the page — the built-in copy returns permanently.
  • Clear a single field (Excerpt or Meta description) — just that part falls back to its built-in default, while your custom title stays.

What's not here

The archive intro is intentionally three short fields. If you want more:

  • A note in the homepage sidebar — use the Editor's note panel.
  • Rich rows with images and cards — use a homepage section.
  • A section archive heading — tag pages take their title and standfirst straight from the tag's own name and description in Ghost, so edit those on the tag itself.