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
- 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
- How to add images to taxonomies?
- Read-only taxonomy (user can assign term but can’t create or edit existing terms)
- Can you add the visual editor to the description field for custom taxonomies?
- Adding Category/Tag/Taxonomy Support to Images/Media
- Large taxonomy (2000+ terms), causing WordPress to hang
- Is it possible to have a taxonomy archive that lists taxonomy terms?
- Check if current term is a child of another term
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Exclude Custom Taxonomies
- How to get the top most term (top ancestor) of a custom taxonomy child term?
- Get custom category name from ID
- Set download limit and expiry for WooCommerce downloadable products in specific categories
- How to order a list of taxonomy terms alphabetically?
- get_the_terms issue
- Reverse traversing taxonomy based on term_id
- ‘wp’ action hook not firing in admin and login?
- Display all posts for taxonomy term across multiple custom post types
- Getting Term ID from Term Name for WordPress Query
- Taxonomies on custom taxonomies
- Get list of taxonomies associated with Subscribers
- How to join result of different taxonomies?
- How to add Post Format Taxonomy Archive page in the menu?
- How to add custom label or texts in featured image
- wp_insert_term created and set for first once only
- Custom post type archive page blank
- Show all taxonomy’s terms’ posts having another taxonomy’s term in common
- Create custom taxonomy and Display in metabox dropdown
- Adding content to custom taxonomy category pages
- Display formatted list of taxonomy terms with last seperator different
- Proper WP conditional tag to check for existing taxonomies to list out terms with wp_list_categories?
- Display a colour of custom taxonomy on the page
- Filter through custom taxonomy with an array of taxonomy IDs
- Add attribute taxonomy through code don’t appear in admin product page
- save custom term – hook create_term doesn’t work
- Taxonomy Overview Page?
- How to avoid foreach error WebDevStudio’s WDS_Taxonomy_Radio taxonomy metabox class?
- Unable to get the Parent Custom Taxonomy Terms
- Catch all taxonomy template
- Custom taxonomy huge list not loading properly in select box
- Query Multiple Custom Taxonomies
- WordPress REST API – get custom taxonomy category posts
- Pull data from MySQL and add it to terms
- Taxonomy and Page Slug Same
- Is it possible to filter a taxonomy archive by other taxonomies that are on posts?
- Make relation of custom taxomies
- How do I make my archive page look like popular reviewing sites (e.g., Polygon and Gamespot) [closed]
- Custom taxonomy page uses index.php
- Taxonomy term breadcrumb; how?
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- Transfer taxonomy to custom field
- Create WordPress taxonomies based on theme settings
- Alternative for is_taxonomy() to workaround theme’s default sidebar
- Can I use get_term_children to show child terms if they exist and show something else if they don’t?
- Displaying the custom taxonomies side by side on the admin dashboard
- Head Code for Custom Taxonomy
- Adding new terms to custom taxonomy
- List posts grouped by children of a custom taxonomy
- Add Gutenberg editor to edit taxonomy (category) page
- post_type_link not working for posts without terms
- Why my archive title isn’t showing?