Ghost
Last updated: July 8, 2025

Create Authors Page

Table of Contents

Creating an Authors page in Ghost CMS allows you to showcase all the contributors to your site in one place. If your theme includes a custom authors.hbs template, you can easily use it to automatically generate a list of all authors.

Steps to Create a Authors Page

Follow the steps below to create a dedicated Authors page:

  1. Log in to your Ghost Admin Dashboard.
  2. Navigate to the Pages section.
  3. Click the “New Page” button to create a new page.
  4. Name the page something like “Authors” or “Team” - whatever fits your site’s style but make sure page slug/permalink is authors.

How it works

After assigning the authors page:

  • The page will automatically display all available authors on your site.
  • Each author will typically be linked to its own archive page, allowing users to browse content by author.
  • The layout and style of the tags page will depend on how the authors.hbs template is defined in your theme.

By using this method, you can easily create a dynamic Tags page that updates automatically as you add new tags to your content.