I think you need to add a rewrite rule as the “normal” rewrite rules don’t support your wanted permalink structure. For your use case, you can try it like this:
First: remove the “rewrite” argument from your register_taxonomy
arguments (not sure if you definitely need to do this, but it works on my site)
Second: Add the rewrite rule like this in your functions.php
add_action( 'init', 'wpse13483_init' );
function wpse292188_init(){
add_rewrite_rule('(events|courses)/accessibility/([^/]+)(/page/?([0-9]{1,}))?/?$','index.php?post_type=$matches[1]&taxonomy=accessibility&term=$matches[2]&paged=$matches[3]','top');
}
Don’t forget to save permalinks after uploading!
Happy Coding!
Related Posts:
- Mixing custom post type and taxonomy rewrite structures?
- Rewriting a custom-post-type permalink with taxonomy term?
- WordPress Rewrite Rules for Custom Post Type and Taxonomy
- Custom Post Type and Taxonomy URL rewrite
- How can I rewrite URLs to pass taxonomy and post type values to the query?
- Archive page with multiple taxonomies rewrite
- Custom post type taxonomies URL rewrite
- WordPress custom taxonomy URL rewrite on spelling errors
- Create permalink structure for one taxonomy archive per custom post type
- Taxonomy archives based on Custom Post Type
- Custom permalinks
- Multiple custom post types using the same taxonomy = URL frustrations
- Issues when rewrite rules collide?
- Custom Permalinks for Custom Post Types and Taxonomies
- Display CPT taxonomies as an archive page
- Including two taxonomies in a permalink structure
- WP Rewrite Rules – Custom post type & taxonomy
- Many to Many Taxonomies or rewrite rules?
- Remove base slug in CPT & CT, use CT in permalink
- Custom post type category, taxonomy and URL rewrite problem
- How do I list terms of a custom taxonomy at i.e. domain.com/brands/
- Permalink Structure problem with cpt and custom taxonomy
- Custom Taxonomy 404
- Custom Post Type/ Taxonomy URL rewrite
- Bulk 301 redirect for custom post type
- Custom Permalink Tag breaks Pagination
- Custom Permalink for Taxonimie and Custom Post Type
- how to get archive urls with same origin for custom types and terms?
- multiple url slug for single custom post type
- custom taxonomy archive by year
- Pretty URLs for Custom Post Type & Custom Taxonomy with Duplicate Slugs on WPML
- Custom Post Type and Custom Taxonomy Permalinks
- How can you handle rewrite rules for custom post types with option to filter on custom taxonomy terms?
- Permalink Structure CPT With Custom Taxonomy Fails
- Conditionally custom post type url rewrite
- Change Permalink Structure for Tag.php template
- Custom Taxonomy URL are redirecting to page with the same name
- Remove url rewrites for registered taxonomies
- wp_list_categories() – current-cat class also inside posts?
- Get Taxonomy Term Title by it’s URL
- Taxonomy custom post type URL
- Adding custom post category slug in permalink causes 404 error for pages and posts
- How to create custom url structure based on custom post type rewrite slug, taxonomy and category slug?
- How can I make the slug of the taxonomy also the slug of the custom post
- Customize Custom Post Type URL
- How do I change the custom taxonomy slug to be the same as the custom post type slug?
- Custom taxonomy rewrite with query var returns %2F in URL
- Remove slug in URL custom post type
- Custom Permalinks with CPT and Hierarchical Taxonomies
- WordPress uses url different from defined in rewrite arg of custom post type
- URL rewriting for CTP assigned entity
- Custom Permalink Structure for Custom Post Type, Custom Taxonomy, Under a page
- Custom taxonomy returns 404
- Permalink structure with custom taxonomies and custom post type like /parent-tax/child-tax/custom-post-type-name (with no base name)
- Taxonomy in URL
- Custom permalink with child taxonomy terms
- Custom URLs in post types make it impossible to view archive
- post_type_link Filter – Too Few Arguments
- Add term slug in URL of custom post type details page
- Custom Post Type Advanced Slug
- WordPress custom permalink and archive link for custom post type
- Urls in Custom Post Type work for Terms but not for its Taxonomies
- Modifying rewrite rules to use /category//
- Taxonomy rewrite pagination 404
- Archive page for custom post type and custom taxonomy
- custom post archive URL is wrong
- Custom taxonomy and post type rewrite rules
- Custom Post Type and Taxonomy Rewrite Error
- Custom taxonomy terms as children of multiple custom post types
- Remove cpt slug from url and use custom taxonomy instead breaks all other cpt
- Custom Permalink For Custom Post Type – Working Fine But Broken For Pagination
- Custom Post Type & Taxonomies – Rewrite
- How to properly set the rewrite rules for this case?
- Define multiple prefixes for custom post type
- Display CPT taxonomies as an archive page
- Change CPT permalink to use the category
- How to fix 404 on post after prepending Custom Post Type url with Custom Taxonomy Term slug
- Redirect Custom Post Type from Child Taxonomies
- Custom post type structure + permalink structure
- Custom URL for Custom Post Type & Custom Taxonomy Term
- Custom taxanomy and custom post type – pagination leads to 404
- Register post type getting error 404
- Flush rewrite rules when new cpt is registred
- How to build overlapping custom post_type and taxonomy rewrites without conflicts?
- CPT url rewriting : regular posts return 404 error
- Custom Post Type rewrite url to /category/pagetitle [duplicate]
- Remove custom post type slug but keep related category taxonomy permalink
- page not found for example.com/custom-post-name
- Force WordPress to only match URL in category
- redirect old post type url to new structure url
- One custom post type with two different url structure base on taxonomy term
- Why won’t this rewrite rule work?
- Customize category URL
- Custom post type and custom taxonomy archive inaccessible
- Custom Post Type Base URL
- Custom Taxonomy in Permalink from post type
- How can i change url structure of cpt like this?
- Rewrite Rule for custom post type link with or without taxonomy terms
- Custom Post Type with multiple Custom Taxonomies / Hide Taxonomy Slug from URL
- Custom post type with custom taxonomies structure url not working archive of CPT