Page not found for Post type category in Wordpress

1

I'm learning how to create a theme in Wordpress and created a custom Post Type . Inside the page I've listed the categories created only for this particular Post Type . I just do not know how to create a file that behaves like the category.php only for those specific categories of Post Type created.

I do not know if I was clear, but help me pls.

    
asked by anonymous 04.03.2016 / 01:25

1 answer

0

The wordpress documentation provides a theme file hierarchy that can help you, but I believe the file you want to create will be named taxonomy-SLUG_DA_TAXONOMIA.php .

Below is an image that summarizes well which files are used and in which order (in the absence of one it tries the next, always stopping at index.php).

    
04.03.2016 / 18:10