Prime Direction

Hero

Core reads the homepage hero from a page with the slug home-hero. If that page exists, the theme uses its content to build the intro section at the top of the homepage.

Hero section

How it works#

Create a Ghost page with the slug home-hero and use it to control the opening block of the homepage.

  • Title: main heading for the homepage
  • Excerpt or Custom excerpt: short introduction under the title
  • Feature image: optional visual placed above the heading
  • Page content: optional rich text shown below the intro

If the home-hero page does not exist, Core falls back to your publication title and description.

Optional behavior#

You can add internal tags to the home-hero page to change its behavior:

  • #home-hero-align-center centers the hero layout
  • #home-hero-show-subscription shows the subscription form
  • #home-hero-show-button shows the button below the hero content

Use #home-hero-show-button when you want a simple call to action. Use #home-hero-show-subscription when you want to collect email signups directly in the hero.

If both tags are added, the subscription form takes priority.

This setup keeps the homepage flexible while avoiding extra theme settings for everyday editorial changes.