That is how taxonomies works by default in WordPress. There is not an archive page for “All posts that belongs to any term of a taxonomy”. And, conceptually, it is correct.
Imagine you want to list all items of a biological taxonomy system: that is listing all organisms. If you translate to posts, it is what blog and custom post types archives do.
Same applies for core taxonomies, categories and tags, if you go to example.com/category/
or example.com/tag/
, you will get a “404 Not found” HTTP code status, which is correct.
If you want to have the URL example.com/products
display some content, you can create a page, or a Rewrite Endpoint, and make a custom query for that URL.
Related Posts:
- Can’t get a custom template taxonomy page to display
- Taxonomy Templates… by hierarchical level?
- How to display a listing template of a certain taxonomy?
- How to use wp_terms_checklist() on front end
- Custom taxonomies, with custom rewrites/slug, AND loading a taxonomy archive template from a plugin
- Custom Taxonomy Template not respecting ‘include_children’ => ‘false’
- How can I set up a category “overview” page?
- Which template name to use for taxonomies but not their terms?
- On Taxonomy Template page, want to add Post_Type
- Make Custom Taxonomy Category Use Parent Template
- Custom taxonomy template not working
- Using a different template per Custom Taxonomies for single term archive pages
- Woocommerce custom taxonomies page
- Generic taxonomy-term template page
- 404 for a custom taxonomy?
- Why is my taxonomy template not shown?
- Meta description – template code to get category description
- Create and set templates for custom taxonomies
- Pagination on custom taxonomy
- How to have two different versions of a tag/category/taxonomy archive page?
- How do I create a custom archive page depending on the custom taxonomy type?
- Different single page templates for taxonomies
- Override Taxonomy Template
- Taxonomy Parent Name
- Avoid taxonomy-%term%.php if more than one taxonomy
- Returning One custom taxonomy term name
- Make child taxonomy categories use a set template
- How can I make front page to display custom taxonomy page?
- Why get_page_template() doesn’t show taxonomy template file name?
- pagination not working on custom-taxonomy template
- How to add custom content to custom taxonomy
- how to access the $query variable inside taxonomy-xxx.php template file?
- Template file renders on local install, not on web
- Catch all taxonomy template
- Taxonomy archive uses incorrect template when query strings are used
- How to use custom slug and custom templates for custom taxonomy?
- How to get a terms and posts associated with another term?
- Custom taxonomy archive template not recognised
- Post not showing in my custom advanced search
- How to display custom taxonomy
- WordPress doesn’t respect the template hierarchy?
- How to update WordPress custom SQL Select query for custom taxonomies so that syntax is correct?
- Can you orderby slug in a taxonomy archive page using WP_Query?
- Custom Taxonomy Template Variables Available?
- is_tax not working for custom taxonomy
- How to get current term in my custom taxonomy in WordPress?
- WordPress database error: [Not unique table/alias: ‘wp_postmeta’]
- Custom taxonomy on permalink
- How to return a list of custom taxonomy terms via the Gutenberg getEntityRecords method
- Get current term’s ID
- Custom Post Type Archive Template
- Get current page’s taxonomy
- How to display submenus on page based on referring top-level parent?
- Taxonomy landing pages
- How to get parents of custom taxonomy, as what get_category_parents() do?
- Change URL structure of subcategory archive pages
- Allow only 1 instance of each term in each custom taxonomy
- Outputting an array of term meta values in a custom WooCommerce tab?
- How can I add buttons to a custom column in the taxonomy table?
- WP_Query on custom taxonomy works fine but fails if run through wp_ajax_
- JSON API – search by custom taxonomy
- 404 error- issues with pages after adding custom rules for posts
- Wrapping result of the_terms in a span with a class of the term name
- Howto control custum taxonomy order?
- Save custom taxonomy data in different table not in wp_options for my own plugin
- Retrieve Custom Taxonomies according to posts selected
- Taxonomy Rewrite Rules Redirecting Instead of Masking
- get_terms not returning any custom taxonomies
- WordPress implode & wp_insert_post question
- How to write sql query to get the posts from a custom taxonomy term name
- How to do a particular wp_query taxonomy search
- How to display a custom taxonomy without a link?
- Get post count for current custom taxonomy
- Build filter for post-type + multi taxonomies + multi terms
- get_term_by works but get_terms doesn’t?
- Get custom taxonomy name (not the term) in custom post
- Fix Custom Taxonomy Display two times on each call
- Update Custom Taxonomy Value for a post based on custom date field
- How to output taxonomy term (incl. link to archive) on author.php?
- displaying posts from a custom post type tags
- Taxonomy page loading wrong data
- Updating a custom post type’s custom taxonomy in a custom editor block
- how to show product custom taxonomies in woocommerce rest api
- Auto add custom taxonomy to permalink when save
- Custom taxonomy – no posts found
- WP Tax query & order by tax query not working
- Custom button on custom taxonomy listing page
- Custom Taxonomy Archives Page Errors
- Permalink Rewrite to include Custom Taxonomy Term
- Remove taxonomy menu without removing the metabox?
- Custom taxonomy list in Worpdress
- Where is defined a custom register_taxonomy? [closed]
- Multiple Taxonomy in URL/Query – No Custom Post Type
- Displaying Custom Taxonomy List Posts By Slug?
- Show different sidebar on taxonomy pages when a default is set
- Only One Post of Custom Post Type Appearing on Template Page
- How can I get parent term from a child term
- ACF Display Taxonomy Image Field
- Two taxonomies with the same slug
- Hook function when taxonomy terms change