Have you checked the WordPress Template Hierarchy Diagram To get an idea how wordpress choose the tempalte. I’m not sure but according to the WordPress Template Hierarchy, WordPress will choose default archive.php
for custom taxonomy if no special template is specified.
That means you cannot not have archive-product.php
to use with Custom Taxonomy archive.
In your case the – example.com/product/?price=100
is archive for prodcts with custom taxonomy price set to 100.
Related Posts:
- Need equivalent of single_term_slug
- Add custom display condition to Elementor Theme Builder for custom taxonomy children, grandchildren, and great-grandchildren
- How to return custom taxonomy term in title for archive?
- pre_get_posts with tax_query causes empty result
- Sort Custom Post Type Archive by Taxonomy Term [duplicate]
- Archive template for taxonomy terms
- How to group by taxonomy on Custom Post Type archive
- Landing in 404 Page on Navigating to Custom Taxonomy Archive
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- How to redirect custom post type archive to first term of associated taxonomy?
- How do I get WordPress URL rewrites into Sitemap?
- get_terms in a taxonomy template
- Custom Taxonomy template is not recognised
- Custom Taxonomy Archive BUG
- How do I Use Multiple Loops with WP_Query?
- Custom Taxonomy Template Error: Catchable fatal error: Object of class WP_Error could not be converted to string
- Why is the custom taxonomy archive page redirecting me to a single post? [closed]
- Get number of post who belongs in two taxonomies!
- How do I exclude posts from custom taxonomy from a custom post type archive?
- Automatically Give All Custom Post Types a Pre-Set Category [duplicate]
- Custom Taxonomy index/archive hierarchy
- Custom Post Archive is not working
- How to customize taxonomy archive template files for subterms?
- Why isn’t the ‘no results’ being shown when a query returns no results?
- Reverse order of posts in a certain taxonomy archive?
- How to create a custom template for custom taxonomy wp-tag-cloud?
- pre_get_posts post_meta event
- Template file renders on local install, not on web
- is there a way of getting term children that only shows those from two taxonomies
- Archive page of CPT’s custom Taxonomy
- Main query disturb pre_get_post by category query
- Template taxonomy-{taxonomy}.php doesn’t show my posts
- How to show category list in WordPress
- How to create a completely functioning separate archive for posts from only 1 or 2 specific categories
- Change the Page Title of the Archive Page for Portfolio Tags
- Custom taxonomy return 404
- Custom post type archive page not showing on archive-posttype.php
- index.php Not Showing Custom Posts / Terms
- Redirect or Prevent Viewing of Custom Taxonomy’s Archives?
- stdClass::$labels /wp-includes/general-template.php undefined
- add_rewrite_rule pagination 404 error on page 4 and above
- Using wp_query is it possible to orderby taxonomy?
- “tax_query” parameter not working with WP_Query
- How do I exclude a custom taxonomy from the post loop
- get_posts assigned to a specific custom taxonomy term, and not the term’s children
- How can I get only parent terms?
- How to modify a taxonomy that’s already registered
- Retrieve posts by term id custom query
- Change order of Custom Taxonomy List
- Get the the top-level parent of a custom taxonomy term
- get_the_term_list without links in 3.1
- Inserting terms in an Hierarchical Taxonomy
- get_terms – only top level
- Custom taxonomy terms not showing as list Gutenberg Editor
- Altering the appearance of custom taxonomy inputs
- How to only list the child terms of a taxonomy and not their parents?
- Get term SLUG by term ID
- Is ACF being a honey trap? [closed]
- Custom Post Type Settings page, choose page to display archive
- Get term name from term ID?
- Check if Current Category has Children
- How to use taxonomies on attachments with the new Media Library?
- Hierarchical taxonomy UI
- WordPress taxonomy radio buttons
- How to prevent new terms being added to a custom taxonomy?
- Custom taxonomy, get_the_terms, listing in order of parent > child
- How to remove the tag cloud from custom taxonomy admin page?
- custom taxonomy and pages rewrite slug conflict gives 404
- Inserting a term into a custom taxonomy
- Count posts in custom taxonomy
- How to add images to taxonomies?
- Read-only taxonomy (user can assign term but can’t create or edit existing terms)
- Remove taxonomy base or term from url
- Can you add the visual editor to the description field for custom taxonomies?
- Adding Category/Tag/Taxonomy Support to Images/Media
- Add default WordPress tag meta box to User Profile
- Custom Taxonomy Endpoint Pagination using paginate_links()
- How do I get the top-level terms in a custom taxonomy?
- Check if a post has any term in this custom taxonomy?
- Query Custom Post by Taxonomy Category
- Custom columns on edit-tags.php main page
- Loop through custom taxonomies and display posts
- How do I add a custom taxonomy as an option for menus under “Appearance” > “Menus”
- custom post type taxonomy “tag” archive : no post found
- How to get WooCommerce Product Category Link by ID?
- Order get_terms using a Custom Field
- Add custom taxonomy fields when creating a new taxonomy
- get_term_children for immediate children only (not grandchildren)
- Using pre_get_posts to rewrite search query to display posts from multiple taxonomies
- Custom taxonomies capabilities
- Contact Form 7 – Populate Select List With Taxonomy [closed]
- Can’t get a custom template taxonomy page to display
- Query users by custom taxonomy and user role
- Display category posts grouped by taxonomy
- WP REST API no longer supports filter param, so how do I get posts in a custom taxonomy?
- Custom Taxonomy and Tax_Query
- Custom Taxonomy Archive Page
- How to display custom taxonomies in posts?
- Get taxonomy names by post id
- Include and Exclude Taxonomies From Archives & Feeds Using ‘pre_get_posts’