There is an example in the WP Codex which should work for you:
Try the following naming convention for your taxonomy term archive template:
taxonomy-{taxonomy}-{term}.php
So, let’s say you have a CPT named “Projects,” a taxonomy named “Maintenance,” and a term within the taxonomy named “Professional.” Then your naming convention would be:
taxonomy-maintenance-professional.php
Related Posts:
- Create template for taxonomy results limited by Custom Post Type
- What’s the name of the custom post type yearly archive template?
- Use the custom post type archive for taxonomies?
- Archive page for custom post type and custom taxonomy
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- How to have a dynamic slug and rendering the archive-{post_type}.php?
- Custom Post Type Archives by Year & Month?
- Get custom post type slug for an archive page
- Filtering a custom post type by custom taxonomy in archive template
- get term archive url / link
- Proper way of making custom post type landing page or archive page
- Custom Post Type Archives by Date with Custom Permalink
- Change title in head on Archive page
- Custom Post Type Archives with 0 Posts Redirects as 404
- Archive page with multiple taxonomies rewrite
- Page is defaulting to archive page and not designated template
- How to get_queried_object on multiple objects?
- Custom Post Type / Taxonomy Slug / Post Title with post type archive
- Post type archive page not working
- Pages, Custom Posts & Custom Taxonomy defining slug structure
- How to show a tag archive of one post type only
- paginate function in archive for custom-post-type
- Custom taxonomy archive page not working
- Archive page for taxonomy of custom post type
- Should I change these content meta types before building complex archive page?
- Getting taxonomy terms used by custom post type
- How to show multiple post types on taxonomy archive?
- Archive or taxonomy pages not working for custom post type
- Create Custom Post Type Archive Page with Sub Categories Navigation Sidebar
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- Category and post tag archives do not include posts from custom post type
- WordPress custom post type archive with description
- Get post type from taxonomy or category page
- Custom-post-type-archive: posts sorted/filtered by year?
- How to list custom post types?
- custom taxonomy archive by year
- Custom post type archive page pagination
- Display custom post type taxonomies as an archive page
- Editable content on a Custom Archive page
- Display only post types that are direct children of the current taxonomy
- Second Custom Post Type Archive
- How can I filter by taxonomy on a custom post type’s page?
- is_main_query() not working for WP REST API
- Archive page for taxonomy terms
- CPT Archive with core Category
- Custom Post Type Archive Page Filtering
- get the custom post type title/name
- Custom post type templating problem
- URL of a custom post type’s post format archive?
- Custom post type archive page blank
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- Custom post type / taxonomy rewrite archive page 2 gives 404
- Custom Post type & Taxonomy 404
- Custom taxonomy or custom page templates?
- Dynamically insert an article at the top of a taxonomy archive – or?
- Custom Permalinks For CPT and pages with parent. Advanced WordPress
- Permalink problems with custom post type and custom taxonomy
- sort CPT on Custom Taxonomy Archive page
- Only show posts with a specific term of an associated taxonomy in a custom post type archive
- How to rewrite custom taxonomy term archive to use THE SAME SLUG/front as CPT
- Show categories of custom post type and not all posts
- Get the link of the first post of a custom taxonomy in a custom taxonomy list
- Custom post type category permalinks and archive pages
- Create a Custom Path to Archive
- Advanced archive url structure (category, tag and date)
- Custom Post Type Date Based Archive URL rewrite [duplicate]
- How can I tell if I’m on a custom post type archive page?
- Archive page of CPT’s custom Taxonomy
- Getting Same Description in All the Custom Taxonomy Posts
- Displaying all posts by category and showing content on click
- Custom Post type page content (archive page)
- Posts per Page on custom Taxonomy Template
- Set up Custom Taxonomy Archive Template File To Cover 3 Categories
- Group custom post type posts by month
- Creating an archive page or simple template to list all values of a custom field of specific post type listing
- How to show custom post count in archive page
- Do not show child pages within a file page
- Tell wordpress to show a single page instead of an archive page
- Custom taxonomy with custom post type archive page
- Order archive custom posts by taxonomy term [duplicate]
- Custom Post Type / Taxonomy / Term – what template to use to avoid 404-page?
- Custom category taxonomy – archive page not showing up
- Custom post type URL structure with site.com/custom_taxonomy_slug/post_name
- Custom post type post_type_link gives “page not found” on any other custom post type
- Custom taxonomy archive slug overwrites static page
- Custome post type “tags” pick default archive instead of custom post type archive
- Custom post types not displaying per category
- Custom Post Type tag taxonomy “Page Not Found”
- Rewriting archive page slug to be different than custom post type slug
- Site loads very slow for archive custom post type page
- Archive.php is not displaying tags
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Custom post type category page not working
- Why is this custom post type defaulting to archive.php?
- paging is not working properly on news archives page [duplicate]
- How can I set up the URL for a category archive for a custom post type?
- Custom taxonomy archive page not routing?
- Remove plugin’s custom post type archive page and single pages [closed]
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- WordPress CPT archive page display sticky post first and then display the rest of the posts in same Query