# Sage - Custom Taxonomy Template

**URL:** https://discourse.roots.io/t/sage-custom-taxonomy-template/8847
**Category:** sage
**Tags:** sage8
**Created:** 2017-02-17T07:01:08Z
**Posts:** 2

## Post 1 by @John_Gsdh — 2017-02-17T07:01:08Z

I’m using Sage 8.5. I’m trying to figure out how to get a custom taxonomy template to work.

I’ve tried the following:  
/templates/content-{post\_type}.php  
/templates/archive-{post\_type}.php  
/archive-{post\_type}.php  
/base-archive-{post\_type}.php

I’ve looked for documentation, but I think it’s outdated?

---

## Post 2 by @edkf — 2017-02-17T13:24:33Z

I don’t know if is the best way, but i used /taxonomy-{taxonomy\_name}.php and works for me.
