Tags Template
Thesis includes a predefined Tags page template that displays a list of all tags used in your publication.
Creating the Tags Page
To create a page using the Tags template:
- Log in to Ghost admin
- Go to Pages, click New page
- Set the Page title
- Open the Page settings sidebar and specify the Page URL.
- Select the Page Tags template from the dropdown
- Click Publish
Customizing Tags Links
The theme includes built-in links to the Tags page in various templates. You can manage these links through the locales file.
Changing the Link URL
If you want to use a different URL for your Tags page (e.g., βtopicsβ instead of βtagsβ):
- Create your Tags page with the desired URL as described above
- Open
/locales/en.json
and update the tags link:{ "/tags/": "/topics/" }
Removing Tags Links
To remove links to the Tags page from theme templates:
- Open
/locales/en.json
and set the tags link to false:{ "/tags/": "false" }
Note: This will only remove the automatic links to the Tags page from theme templates. The page itself will still be accessible via its URL.