There is no direct template for subcategories/subterms.
both will be accessible in taxonomy.php
I didn’t get what’s your requirement to have a separate page for subcategories/subterms.
but you can handle this on taxonomy.php
if( subcat ){
// show sub category view
}elseif(parent) {
// show parent category view
}
or check this answer more related to your request
Different template for subcategories
Related Posts:
- Custom Post Type with Nested Taxonomy and Template Files
- Trying to manage templates on a blog with lots of custom taxonomies
- WordPress Doesn’t Generate Taxonomy Archive
- Templates for CPT not working
- Single taxonomy for different custom post types
- single-{$post_type}-{slug}.php for custom post types
- Taxonomy, Terms, and Template Files
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- Template for specific post of custom post type
- Multiple Single Post templates
- Templates for Custom Post Types and Custom Taxonomies
- Get page by template?
- Custom taxonomy query for a custom post type
- Need some templating advice for templating with custom post types and taxonomies
- Is it possible to have an index page for taxonomy term for each custom post type it is assigned to?
- Custom Post Type Archive Template
- custom post type archive template per custom taxonomy term
- custom taxonomy – Template not working
- Archive or taxonomy pages not working for custom post type
- Include different loop templates in search query
- Create separate template for shared custom taxonomy with shared terms
- Single page template for custom post_type
- WordPress Template Hierarchy
- How do I provide a “show all posts” link in a paginated term archive?
- Custom post type and taxonomy permalinks – Structure
- Custom Taxonomy term archive template
- Custom Post Type Taxonomies -Posts not showing in Category or Tag pages
- Include custom post type single template, but respect theme override of template if it exists
- Custom post type templating problem
- Query with no terms uses index.php template instead of archive.php
- Create template for taxonomy results limited by Custom Post Type
- Template for custom post with custom taxonomy
- Custom taxonomy and custom post type – wrong permalinks and template
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- Custom taxonomy returns 404
- Template for all categories of a custom post type?
- Migrating a taxonomy’s tags to the native category
- WordPress custom taxonomy template not working
- How can I get this request to use the Custom Post Type page template instead?
- Archive for a Taxonomy of a Custom Post type
- Template files for Custom Post Type and Taxonomy
- Main query not querying any posts in custom taxonomy template
- Custom Empty Results page for my Custom Post Type
- Loop through custom posts by taxonomy and display the titles in a list, it is repeating 8 times
- Which file/template is in charge of taxonomies for custom post types?
- How to get_term_meta on single custom post?
- Templates for hierarchical custom post type
- Get template part with CPT and Custom Taxonomy conditionals
- How to create a template to show child terms of a MAIN taxonomy
- How to change single custom post template by custom taxonomy?
- Custom Post Type homepage template
- Getting custom taxonomy posts on archive page
- Create a custom taxonomy template that loops through child categories in term order?
- Custom post types templates
- Archive page of taxonomy returns a 404 error
- Post template with breadcrumb needs to show page navigated from
- Custom Post Taxonomy Template Not Loading Properly
- Templating advice sub posts of a CTP
- Specific template for subcategory of custom taxomy
- Custom taxonomy with custom post type template not showing
- Custom taxonomy template for custom fields loop [closed]
- WordPress Custom Post Type – Post Attribute: Template. Template shows up and saves on the back end, but the default theme file is being rendered
- How should i name the .php file to show custom posts under a taxonomy’s term?
- I want to create an archive and single page for a custom taxonomy for a custom post type
- Custom Post Type tag taxonomy “Page Not Found”
- template structure for CPT not clear
- Custom Homepage As Single Page or Custom Post Type?
- WordPress Custom taxonomy template
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Querying multiple taxonomies in URL leads to wrong taxonomy archive
- List a custom taxonomy’s terms, with links, on the taxonomy page
- Listing all custom post types using a specific term on the said term’s template page, in groups
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- Only One Post of Custom Post Type Appearing on Template Page
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- Custom taxonomy meta fields
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Two Custom Post Types, Share Two Taxonomies
- How to list/show all custom post types regardless of category?
- Querying Posts by Taxonomy From Alternate Network Site
- Custom Post hierarchical to custom taxonomy
- Losing Nav Active State in Menu
- Custom select query for taxonomies that have posts categorized in another taxonomy
- Custom posts template page
- Add Previous/Next Buttons to CPT Single Pages Only
- Custom Post Types Archives and Single Pages not showing custom taxonomy data
- How to setup a single post page for my custom post type?
- Dynamically insert code to custom post type loop
- Link From Single Post To Taxonomy Term Archive Page
- WP not recognizing custom post type / template
- How to create subdomain for custom post type and associated custom taxonomies
- Should I use a custom taxonomy or custom post type for grouping a list of panels associated with a group of tests?
- Taxonomies are not showing in the category dropdown
- get_the_terms child terms for current post/custom post only
- If custom taxonomy exist on post?
- How to add base permalink to custom posts?
- Search page for custom post type
- Advanced Custom Fields: query posts filtered by multiple field values
- How can I sort posts ascending by post title for a specific post type, but on a category archive template?
- How to filter custom post data with AJAX?