I think if you change the rewrite in your register_taxonomy $args
'rewrite' => array( 'slug' => 'photographies/couleurs','with_front' => false ),
This will probably clash with rewriting the custom post type so you’ll more than likely get a 404 on this url: http://thewebsite/photographies/ but if you don’t need that url then this solution will help you get closer to what you want but I’m pretty sure: http://thewebsite/photographies/couleurs/ will always give you a 404 as within a taxonomy you’ll need to create terms then you can link to a page with those terms e.g. http://thewebsite/photographies/couleurs/black-and-white.
Related Posts:
- How to completely disable a taxonomy archive on the frontend?
- Creating a custom public user page
- How can i avoid the permalink start with ‘blog’ while using the custom post type?
- Taxonomy archives based on Custom Post Type
- Taxonomy page returns 404 page not found
- Child pages on hierarchical Custom Post Types 404s
- How would I leverage custom Taxonomies in this scenario?
- Removing CPT slug from URL results in 404 error for archive page
- Remove Slug from Custom Post Type results in 404
- Rewrite custom post & taxonomy to share same URL path
- How do I list terms of a custom taxonomy at i.e. domain.com/brands/
- Multiple Permalinks for custom post type post
- Custom Taxonomy 404
- Is slug “type” reserved and can’t be used in taxonomy rewrite?
- Custom Post Type rewrite rules not working, how to alter the rewrite order?
- Custom Post Type get_post_type_archive_link( $post_type ) returns false
- Permalinks for Taxonomy and Custom Post Type
- Conditional regex in add_rewrite_rule() for specific query filters & pagination
- Custom Post Type rewrite
- How can I display an archive of only one category of my custom post type?
- Metadata for a taxonomy – is there any WordPress way of doing this?
- Custom taxonomy in URL showing 404
- Taxonomy custom post type URL
- How to build custom route by adding taxonomies to URL ? ex: www.demo.com/communities/palo-alto/
- Using taxonomy term in CPT permalink – Pages 404’s
- Custom post URL 404 error
- Custom Permalink to remove category word , keeping posts permalink with date?
- How to get list of taxonomy slugs ordered parents>childs?
- Taxonomy in URL
- Page not found for custom post type UI plugin and taxonomy
- Custom taxonomy template list not working (404)
- Custom taxonomy template shows 404 Error
- Post type Permalink
- How to constrain the results to a specific post_type on tag archive page?
- restricting custom rewrite to just one custom post type
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Define multiple prefixes for custom post type
- Custom permalink structure for custom post types including multiple taxonomy
- Custom taxonomy returns 404 even with saving permalinks
- Custom Post Type Front Page Gives 404
- Permalinks: custom post type -> custom taxonomy -> custom sub taxonomy -> post
- How to Use A Custom Post Type as Taxonomy for Another Custom Post Type
- Menu Structure and URL structure, with Pages and Post-Type-Posts
- Add taxonomy or category slug to custom post types URL
- Admin notice not displaying
- Custom page template for category taxonomy
- Pagination is not working on single-{slug}.php but works fine on page-{slug}.php
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- remove permalink “front part” for custom post type
- Custom Post Type: Upload Multiple Images
- Permalink Structure CPT With Custom Taxonomy Fails
- Custom Post Type + 20k posts = blank/404 within Admin edit.php [duplicate]
- How to get the post type from a category id?
- Conditionally custom post type url rewrite
- Custom Post type is being ignored in query
- Query var removed after rewrite
- Hide specific parent categories from post edit
- Change Permalink Structure for Tag.php template
- Detect where custom post type is declared
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- Bizarre Permalinks Issue: 404 Errors Everywhere
- Query Multiple Taxominies Across Multiple Post type’s
- Change or update WordPress loop based on dropdown selection
- Displaying Posts of a Custom Type
- Order By Post Type ThenBy Taxonomy
- How to show CPTs in term archive
- Custom query to filter posts that have current post as a taxonomy [closed]
- Hook to override title, image and content
- How do I get array of types associated with a taxonomy?
- Insert Multiple Post with Same Publish Button
- Why is conditionally loading a custom plugin’s code only on a specific custom post type causing the site content to disappear?
- Can’t change first part of URL rewrite for custom post type
- CPT Archive with core Category
- Change custom post type slugs, with category/taxonomy before post type name
- Making a custom help center page
- Tag page with Custom Post Types not returning any posts
- wp_set_object_terms() not adding new term to custom post and custom taxonomy
- get_object_taxonomies() returns empty array for custom post type
- Relative URLs for a particular custom post type?
- Display all posts in main category and 1 subcategory
- Custom Post Type Draft Preview Goes to 404
- Update permalinks when new category added to custom post type taxonomy
- WordPress theme custom capabilities not works
- Custom Taxonomy URL are redirecting to page with the same name
- custom post type not showing in menu
- Custom posts don’t work
- How to have custom post type /example/ and then posts /example/posts.html
- Remove url rewrites for registered taxonomies
- Add archive slug to default post post type
- Custom Post type and permalink settings
- Show category ID on custom post type
- wp_get_post_terms on custom post type with custom taxonomies returning an empty array
- No posts found – Custom Post Type show_ui
- How to customize a permalink (URL) structure?
- Custom Post Type / Two level deep taxonomy (cat. and subcat.) uri problem (error 404)
- Adding a custom post type taxonomy template in plugin
- Plugin: register custom post types, child ready and performance best practices
- How to add a custom taxonomy to show up in a custom post type menu?
- Wrong request query on cpt and tax
- Custom Taxonomies not appearing in Admin