Templates
See the Template Hiearchy for a more detailed break down of how WordPress chooses the template.
For a taxonomy term slug
(‘monitors’ your example) in the taxonomy taxonomy
(e.g. ‘products’) WordPress will try to use the following templates (in this order)
taxonomy-{taxonomy}-{slug}.php
taxonomy-{taxonomy}.php
taxonomy.php
archive.php
index.php
For your ‘monitors’ taxonomy term page, WordPress will use
taxonomy-products-monitors.php
if it exists. If it doesn’t, then for that taxonomy it will fallback to
taxonomy-products.php
and so on.
Permalinks
The following url should point to the ‘monitors’ products page:
www.example.com?products=monitors
You have also specified an url rewrite, so assuming the rewrite rules have been flushed and there isn’t a clash, the following should also work
www.example.com/products-category/monitors
Related Posts:
- How to get all taxonomies of a post type?
- Permalinks: custom post type -> custom taxonomy -> post
- How to Add Tags to Custom Post Type?
- Mixing custom post type and taxonomy rewrite structures?
- Can multiple custom post types share a custom taxonomy?
- How to Add Custom Fields to a Custom Post Type?
- Efficient Taxonomy Intersection
- Display current taxonomy term when inside custom post type
- query related posts in a custom post type by a custom taxonomy
- Help with a TV series Rewrite structure
- Add/overwrite a parameter on an existing post type/taxonomy
- Get the ‘slug’ of a custom taxonomy
- Add taxonomy to already registered custom post type
- Multiple custom post types using the same taxonomy = URL frustrations
- Term Checklist Walker – Disable Parent Categories
- Show certain terms from custom taxonomy but exclude ‘parent’ terms?
- Pagination throws 404
- Order custom posts by taxonomy?
- Maintaining strict one-to-one association between terms and custom posts
- Custom Taxonomy conditionals
- Include custom post type in “all posts”
- Help with issues on “Adding a Taxonomy Filter to Admin List for a Custom Post Type?”
- How to create a permalink for custom taxonomies and custom post types like base-name/parent-tax/child-tax/custom-post-type-name
- How to create archive page for taxonomy terms within custom post type
- Date-based permalinks for Custom Post Type, and custom taxonomy permalinks
- Get all taxonomies for all post types
- Category and post tag archives do not include posts from custom post type
- Linking three taxonomies with ACF
- List terms from Custom Taxonomy
- Display Custom Taxonomy
- How to List Thumbnails based on Custom Categories
- Can I change the slug of my archive page on a Custom post type?
- Automatically populate a hierarchical taxonomy from a custom field
- Set object terms not working on plugin activation
- Display only post types that are direct children of the current taxonomy
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Keyword search limited to specific post type filtered by multiple custom taxonomies?
- Custom Post Types and independent Categories – complex Taxonomy
- Custom Taxonomy Invalid in REST API
- get_post_meta returns empty array for terms
- Custom Post Type Archive Page Filtering
- Missing Posts in Custom Taxonomy List
- Custom Taxonomy Doesn’t Show Up
- Display as tree terms of taxonomy and custom posts for each term of taxonomy
- Post count by month of taxonmy term
- Permalinks /country/city/cpt/postname/
- Seamless permalinks between Custom Taxonomy and Custom Posts
- Custom post type and custom taxonomy with the same slug using the file page taxonomy only as directory
- Pretty URL for custom search for custom post type
- First custom field value (out of several) displayed twice after query
- Custom while loop for hierarchical display of a taxonomy
- How do I share categories across multiple post types?
- Migrating a taxonomy’s tags to the native category
- Grouping of CPTs and taxonomies into menu groups in admin
- custom post type vs. conditionally displaying meta boxes for specific terms?
- WP_query – Filter by tax_query and meta_query using multiple select
- Hide meta box for everything BUT a certain custom post type
- Custom taxonomy or custom page templates?
- Only show posts with a specific term of an associated taxonomy in a custom post type archive
- Custom Post Type Advanced Slug
- filter by custom taxonomy using ajax
- Display custom tags for custom post listing page
- Should putting custom code in functions.php or created the plugins [duplicate]
- Page listing all categories for CPT
- List child categories from parent category on custom taxonomy page
- Grab all Custom Posts by multiple taxonomies and terms
- What should I learn to develop event management in wordpress? [closed]
- Create a custom taxonomy template that loops through child categories in term order?
- Custom Post Types and Complex Content Hierarchy
- If custom taxonomy else conditional [closed]
- Confusion about how to use Custom Post Types, Custom Taxonomy or Category?
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- How to display custom taxonomy term specific post?
- Get taxonomy name used in a current post
- Changing permalink of default Post with custom post
- get_queried_object not work in taxonomy page
- wp_insert_post deleting previous post custom meta
- Custom Taxonomy Archive generates 404
- How to create a permalink structure with custom taxonomies and custom post types
- Support for author does not show author column in post table in dashboard
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Force WordPress to only match URL in category
- Hierarchical taxonomy in permalink structure
- Can I create a taxonomy term that mirrors the name of a new custom post?
- Rewrite for custom type and custom taxonomy
- How to create TEMPLATES for TAXONOMIES? What I have to change in this code?
- Custom Post Status & Taxonomies
- WordPress custom post type
- Archive.php is not displaying tags
- Show Custom Post Type taxonomy term that matches custom field
- How to save an integer as taxonomy term?
- Sort custom post type items by taxonomy description
- How to Display Custom Taxonomies in an Un-ordered HTML List
- how do I create a breadcrumb to work with multiple custom taxonomies
- Get custom post type parent category
- Rewrite Rule for custom post type link with or without taxonomy terms
- How to add to taxonomies to a post type
- Filtering custom post types using category taxonomy
- How to use wp_set_object_terms depending on page ID?
- Permalinks for Custom Post Types and Taxonomies