What template is used for a custom taxonomy page?

It really depends on your theme. Term archive views are governed by the rules of template hierarchy which means that more than one template may display these archives. For your project, I would suggest that you create a new template file called “taxonomy-skills.php”. This file will get use only for archives of skills enabling you to create a design that differs from other term archive pages.

You do not need to start from scratch. It often saves time to copy the contents of another file and adjust the code to your needs. I would first look for taxonomy.php. If it exists in your theme, copy and paste it’s contents into “taxonomy-skills.php”. If this file does not exist, try to locate the following files in the order specified: category.php, archive.php, index.php.

Best,
-Mike

Leave a Comment