Table of Contents
Ghost CMS allows you to create custom pages using templates, including one that can automatically display all your tags. This is useful for organizing your content and helping visitors explore topics on your site.
Steps to Create a Tags Page
Follow the steps below to create a dedicated Tags page:
- Log in to your Ghost Admin Dashboard.
- Navigate to the Pages section.
- Click the “New Page” button to create a new page.
- Name the page something like “Tags” or “Explore Tags” - whatever fits your site’s style but make sure page slug/permalink is tags.
How it works
After assigning the tags
page:
- The page will automatically display all available tags on your site.
- Each tag will typically be linked to its own archive page, allowing users to browse content by tag.
- The layout and style of the tags page will depend on how the
tags.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.