A missing template will never result in a 404 error. That’s not how templates work. The reason you’re getting a 404 is that you’re attempting to access a URL that does not exist.
{Site URL}/{Taxonomy name}/
doesn’t exist. There’s nothing for WordPress to display at that URL. WordPress templates only ever display posts, but this URL doesn’t specify which posts to display. You need to specify which collection term to display, and then access posts with that term at {Site URL}/{Taxonomy name}/{Term slug}
. All posts would be accessible at {Site URL}/{Post type name}/
, but {Site URL}/{Taxonomy name}/
will return a 404.
If you want to display a list of terms within a taxonomy, then the only way to do that would be to create a page with a custom template that lists all terms. It’s not a native type of template in WordPress.
Related Posts:
- Custom taxonomy returns 404 even with saving permalinks
- Custom Taxonomy as checkbox or dropdown
- Taxonomy: Why ‘with_front’ => false DOES NOT WORK?
- Custom Taxonomy as Dropdown in admin
- Custom taxonomy not showing up when adding a new custom post type
- How to list all categories and tags in a page?
- Retrieve single term slug
- Create an archive page for custom taxonomies
- Query multiple taxonomy in Custom Post Type
- How do I list terms of a custom taxonomy at i.e. domain.com/brands/
- Custom Post Type: How to display all of same taxonomy?
- Taxonomy-{taxnonomy}.php is not working
- Custom Taxonomy 404
- Remove “-2” from a Toolset Types URL with the same post name
- Associate Taxonomies Across Post Types
- Use the_taxonomies() to create a simple list
- Listing taxonomies from custom post type
- Custom Permalink with Dynamic Taxonomy for Custom Post Type – Works, but breaks other permalinks
- Custom Post Type and Taxonomy combination
- Order WordPress Custom Taxonomy Pages & Pagination Not Working
- Relationship between two taxonomies and a custom post type [closed]
- How to check the terms in single custom post type template
- How can I move a custom taxonomy and its data from one post type to another?
- How do I get array of types associated with a taxonomy?
- Wrong request query on cpt and tax
- Custom Taxonomies not appearing in Admin
- How to display custom taxonomies with links in filter menu?
- How to Filter custom post type by taxonomy?
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Limit amount of posts made within a custom taxonomy
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- list taxonomies from a custom post type
- Custom post URL 404 error
- Set a CPT slug as a base name for all the taxonomies
- 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?
- Full Custom Post Type List Organised by two Taxonomies
- WordPress Doesn’t Generate Taxonomy Archive
- Adding custom taxonomy in same menu place with two custom post types
- Hierarchical permalinks for custom post type and taxonomy
- Top Level pages in wordpress giving 404, but child pages working fine
- Custom post type pagination 404
- Custom Taxonomy Is Being Pulled into a Page, But It Doesn’t Have A Hyperlink
- Querying two taxonomies with tax_query not woking
- Rename a slug label
- Hide specific taxonomies from a taxonomy list using ‘get_object_taxonomies’
- Custom taxonomy (categories) on custom post type return no results
- get_category_link() for custom post type does not include custom slug rewrite?
- Targeting categories in custom fields
- Custom taxonomy page returns 404
- Rewrite custom post type with taxonomy
- My custom taxonomy is only displaying 1 of 3 terms
- Changing CPT slug and taxonomy already registered in parent theme
- Custom post type categories gives 404 error
- Custom Taxonomy Terms in Menu lead to which page?
- Using page title as a link to term archive
- How to display posttypes and taxonomy in standard posts, not in a separate label?
- Query Custom Post Type by Taxonomy
- “Menu order” being ignored when querying posts from a parent taxonomy with “include_children” set to true
- Get the taxonomy value in the post loop inside the archive page
- How to show related posts of category on post within custom posttype
- Create custom post type categories
- How to add CSS class field in Custom Taxonomy?
- WP_Query for custom taxonomies showing posts from non-specified terms?
- Set a Default CPT taxonomy by taxonomy id
- Listing all custom posts having a specific taxonomy whatever the terms
- List all posts associated under custom taxonomy
- How to Use A Custom Post Type as Taxonomy for Another Custom Post Type
- How to manage a dynamic multi-level page hierearchy system?
- Display custom tax in “while” loop
- Categories manage
- Add other all taxonomies as meta boxes to custom post type
- How to get post type archive category title
- Custom post type category link + add to menu
- Showing taxonomies with terms that are attached to custom post
- Single taxonomy for different custom post types
- Making permalink for custom post type/custom taxonomy. Stuck with 404 in the single post
- Custom Taxonomy page redirecting to 404 page
- Changing an item in drop down after 5 latest posts per taxonomy
- Filter Term By Parent Term – Custom Post Type
- Displaying WordPress posts from post and custom post type in custom taxonomy
- Custom post type taxonomy template and URL confusion
- What am I doing wrong with my taxonomy?
- Custom Taxonomy is disabled on Edit page
- Override “Parent” input for custom taxonomy
- Custom Post Type and Taxonomies, creating the corresponding template file and loop the data
- List all posts from custom post type by taxonomy
- Connecting multiple post types? Or linking “News” posts with “Game” posts how?
- Sort by Custom Post Type (Multiple Loop)
- How to display elements of different post types?
- How to display only taxonomies of custom post type in a page?
- Check if taxonomy is attached to at least one post in a post-type
- Looping taxonomy in taxonomy?
- Custom posts and custom taxonomies for many products and categories?
- get_the_term_list() wanting to loop through the returned values
- How do i get the taxonomy term name on the CPT archive page?
- 404 Error On Custom Taxonomy Pages 2, 3, etc
- Get all active posts that are tied to a custom taxonomy for a custom post type
- Show custom category archive as front page and remove taxonomy slug from urls