According to the WordPress Codex
archive-{post_type}.php
So, in your case (depending on your naming):
archive-products.php
If you have a custom taxonomy archive also, then the challenge is structuring your archive to represent the proper taxonomy template.
If you need to have a custom taxonomy archive, I would recommend that you use the post-type archive structure above, and then within the archive file, determine the taxonomy that is being used, and load a template part.
Sample psuedo-code (on archive-products.php):
$tax = get_query_var( 'taxonomy' );
$term = get_query_var( 'term' );
if ($tax == 'your_taxonomy') {
get_template_part('my_slug', 'my_name');
} else {
// get the default template part...
}
Related Posts:
- Custom Post Type Archives by Date and Taxonomy
- Page is defaulting to archive page and not designated template
- Custom Post Type Archive URL takes over page URL
- where can I see my custom post type archive template?
- get_categories for custom post type and filter by custom taxonomy (brand) and list child categories of a defined category
- Category page only displaying the posts from a custom type
- How to list custom post types?
- How to show the archive / post type description on Single templates
- Hierarchical Custom Post Types – Show only parent on tax archive?
- Custom template page with custom archives listing by user
- Create template for taxonomy results limited by Custom Post Type
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- WordPress Doesn’t Generate Taxonomy Archive
- How can I get this request to use the Custom Post Type page template instead?
- Archive for a Taxonomy of a Custom Post type
- how to remove pages loading with the archive templates
- How can I use archive-{post_type}.php theme template?
- Use the custom post type archive for taxonomies?
- Custom Post Type setup
- How to constrain the results to a specific post_type on tag archive page?
- Archive Template being used instead of Category Template for Custom Post Type
- How can I allow users to edit text that will be displayed on a custom post type archive page?
- Custom post types not showing on the standard WordPress Category page
- Archive for custom taxonomy
- Turning archive templates to a page template maintaining the slug
- Taxonomy template file not working with a taxonomy that contains a slash
- One of my headings is mysteriously coming up as a link in my CPT Archive
- Single taxonomy for different custom post types
- I want to create an archive and single page for a custom taxonomy for a custom post type
- Organising custom taxonomies and custom post types
- Custom Post Type tag taxonomy “Page Not Found”
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- How can I set up the URL for a category archive for a custom post type?
- Custom Post Type Template based on Taxonomy
- how to pass args for archive.php query?
- Show custom category archive as front page and remove taxonomy slug from urls
- Taxonomy term archive claims there are no posts, but there are. How to resolve?
- Separate archive template to show posts and CPT by same category/taxonomy
- Custom Taxonomy archive with url parameters
- Several post types on WP Query by tag and taxonomy
- Using meta_query and tax_query at the same time
- Content vs Template on custom post
- How do I display the taxonomy for a custom post type in an array
- Custom post type archive page blank
- Set a CPT slug as a base name for all the taxonomies
- How to conditionally redirect to the post from a taxonomy page?
- How do I display the grand child items of a taxonomy term?
- Taxonomies relations
- Is it better to use WordPress Custom Post Types or Taxonomies?
- How to use custom template files in deeper directory?
- Full Custom Post Type List Organised by two Taxonomies
- A case for Hierarchical Custom Posts
- Suggested Post and Taxonomy structure
- Custom archive page for CPT UI
- How to display custom post in archive section of the wordpress page?
- Custom taxonomy returns 404
- Custom post with more than one custom taxonomy
- The loop seems stuck to a single (now deleted) post
- Get the taxonomy of a post hierarchically
- Filter widget outputs
- Adding custom taxonomy in same menu place with two custom post types
- How to make custom taxonomy into drop down select in a custom metabox
- Multiple pages for posts?
- Adding Page Templates to post but it ignored it
- Use “archive” as slug for custom post type
- Display latest x posts from all categories in Custom Post Type/Taxonomy
- Template for all categories of a custom post type?
- How to get list of taxonomy slugs ordered parents>childs?
- Custom post type / taxonomy rewrite archive page 2 gives 404
- Archive for CPT
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- How do I share categories across multiple post types?
- Is it better to use filter for the_content in archive pages?
- Migrating a taxonomy’s tags to the native category
- How to organize hierarchical structure in custom post type with taxonomy (like with categories)
- Multiple tag cloud filtering
- Flush Rewrite Rules when new site is created on network
- Get url.com/post_type/taxonomy/term work!
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Taxonomy in URL
- How to organise this data within WordPress
- WordPress custom taxonomy template not working
- Organize WordPress site, so it can maintain with huge database
- Review site custom post type structure
- Filter get_cat_id for Custom Post Type
- Different Category system needed for the Custom Post Type
- Custom post type posts don’t show in archive widget
- Custom Post Type Category Link
- How to specify a template for a path like http://example.com/something?
- Custom Post type category pages template and loop
- Custom templates for a specific category
- Output terms for custom post types
- Linking from CPT page to taxonomy.php
- Page not found for custom post type UI plugin and taxonomy
- Custom post type pages return 404 page?
- Unable to link categories to custom post type using standard function
- How to Set Taxonomy Object Description?
- Categories and tags for custom post types
- WordPress 3.9 not using custom template
- Archive not sorting correctly