The answer to the question is in the two following posts:
Permalinks in Custom Post types
Remove taxonomy slug from a custom hierarchical taxonomy permalink
You need to ignore the automated rewriting, as I have done, but you need to add $wp_rewrite->use_verbose_page_rules = true;
to the mix, otherwise your pages will conflict with the rewrite rules you have established for your taxonomy.
Related Posts:
- Custom taxonomy on permalink
- Rewrite Search URL Permalink For CPT Custom Taxonomies
- How do I get the correct URL?
- Removing taxonomy base using WP rewrite
- Taxonomy archives based on Custom Post Type
- Custom taxonomies, with custom rewrites/slug, AND loading a taxonomy archive template from a plugin
- WP redirects pretty permalink to query string
- Add parent/child taxonomy to custom post type url
- 404 error- issues with pages after adding custom rules for posts
- How to overwrite registered taxonomy url from vendor plugin in child theme
- How to add a Rewrite Rule / Category Structure
- Custom permalinks with hierarchical taxonomy – getting PHP warning
- Rewrite Rule Working for all but one of the taxonomies created
- How to Rewrite Taxonomy URL to Include the Post Type as the Second Segment of the URL?
- Taxonomy Pagination Rewrite
- woocommerce custom product category template
- Add Taxonomy Subcategory To Permalink
- how to change permalinks format for pagination?
- Custom Taxonomy and Rewrite URL
- How to get list of taxonomy slugs ordered parents>childs?
- Rewrite Rules returning wrong data
- How to change url for taxonomy pages?
- How to change Custom Permalink for Taxonomy? (remove the slashes from term-slug)
- How to replace custom post type with custom taxonmy in permalinks
- How to structure all custom-taxonomy with three verbs(a,b,c) and route them accordingly?
- Rewriting url for multiple Taxonomies and Custom Post Type
- Custom rewrite url structure for several custom taxonomy (NOT pos_type)
- Hierarchical taxonomies in permalink cause 404 for sub term archive
- Permalink structure not working with Custom Taxonomy (URL like ./taxonomy/category/postname)
- add_rewrite_rule using custom taxonomy and year
- Rewrite URL for a specific taxonomy [duplicate]
- Is there a way to create a single rewrite rule to handle multiple variables depending on what is present?
- Taxonomy archives based on Custom Post Types
- Set two terms for a post when they differ only by an accent
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- Tracking the name of a custom taxonomy
- Taxonomy URL rewrite whilst keeping filtered posts?
- Add terms to a taxonomy archive from within the same taxonomy
- Show recent posts from a custom taxonomy in wordpress
- How to set the same base url for two different taxonomies?
- display taxonomy terms with link
- new custom filed not showing in taxonomy
- How to add a dynamic dropdown derived from custom taxonomy
- How to properly set the rewrite rules for this case?
- Custom field with terms from another taxonomy programmatically
- Taxonomies and subtaxonomies relations
- Retrieve the child terms by having the parent’s information
- Define multiple prefixes for custom post type
- Fill New Taxonomies
- How can I rewrite the URL of my custom taxonomy to include the year?
- add pagination in wordpress page template
- Custom permalink structure for custom post types including multiple taxonomy
- Custom Taxonomies Archive Page 404
- Listing Cities A custom taxonmy by selection order
- Cloning product not copying custom taxonomies
- Template taxonomy-{taxonomy}.php doesn’t show my posts
- how do you pull data from two taxonomies?
- problem : Custom taxonomy template not showing
- How to create a non removable taxonomy term?
- Can I get thumbnail of taxonomy?
- True or F False Setting of ‘with_front’ Parameter of Rewrite Is returning Exact Same result
- Multiple Custom Taxonomy Rewrite
- Change CPT permalink to use the category
- Custom dropdown list taxonomy not saved
- How to get all the terms from a custom hierarchical taxonomy via REST api?
- How to show category list in WordPress
- Filter “get_terms” query
- How to fix 404 on post after prepending Custom Post Type url with Custom Taxonomy Term slug
- Get post meta value outside of the loop
- How To Create Dynamic Permalink To Custom Taxonomy List of Current Posts?
- Redirect Custom Post Type from Child Taxonomies
- Dropdown (with onChange) with custom taxonomies
- Unregistered taxonomy apears still as emtpy filter list
- Unable to create a new taxonomy
- Change link of taxonomy when get_the_term_list( is used?
- Remove taxonomy name and add .html extension in the custom taxonomy term URL
- generate random slug when adding taxonomy
- transfer two existing taxonomy terms into one custom metabox
- How to paginate with an query var appended to permalink?
- Get Highest and Lowest get_term_meta() value from Taxonomy Term
- ACF Custom field not showing in Timber Taxonomy page
- Custom Taxonomy Not Being Recognized by is_tax()
- How can I rewrite a custom taxonomy archive slug
- Custom taxonomy shows full articles
- How to build overlapping custom post_type and taxonomy rewrites without conflicts?
- How to add all existing Custom Taxonomy to Admin Menu Creations Interface?
- How to get a terms and posts associated with another term?
- Displaying subcategories and then posts in taxonomy template
- Why get_terms() behaves strangely when being called in admin (for use in meta box)?
- Ignore punctuation marks in taxonomy order by name
- How to truncate the description in the admin panel for a custom taxonomy
- Get custom term link archive with prefix
- What’s the url queryvar for a taxnomy archive?
- How to use two same taxonomy in same post differently?
- set_object_terms for custom taxonomy in custom post type – not working
- Get all users attached to a taxonomy
- Permalinks incorrectly inserting multiple categories
- qtranslate-x problem with custom term description
- Resize $term attachment using url
- Custom Post Type rewrite url to /category/pagetitle [duplicate]