Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Adding templates for a post type

Koen edited this page Jul 31, 2019 · 2 revisions

If you want to create a detail page and archive template for a post type called example, you would create these two templates:

templates/archives/example-archive.twig
templates/singles/example-single.twig

These templates will be automatically rendered for that specific post type.


See also: