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
- Custom Taxonomy’s Label to change the text appearing in Appearance > Menu
- How to limit the number of terms (terms acts like categories)
- Custom Post Type – Taxonomy Dropdown Menu?
- How to set a fall back template for a custom post type in a plugin?
- How to add multiple images to custom post type?
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- Permalink rewrite with custom post type and custom taxonomy
- How do I Make a custom post type get a custom post template in a plugin
- Group list of posts by taxonomy and allow for pagination
- Priority for Categories, Tags, Taxonomies, Posts, Pages and Custom Posts with same url
- WordPress custom post action hook
- Uploaded image not appearing in custom post type
- Row actions not showing? Why?
- How can you handle rewrite rules for custom post types with option to filter on custom taxonomy terms?
- Can’t change first part of URL rewrite for custom post type
- CPT Archive with core Category
- WordPress post_where & posts_join not working only for custom post type
- How do I display the taxonomy for a custom post type in an array
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- WordPress custom post type split into pages
- Custom post with more than one custom taxonomy
- Get the taxonomy of a post hierarchically
- Including taxonomy term before post type breaks top level pages
- Correct procedure for advanced permalinks
- Custom Post Types hierarchy and rewrite
- Plugin fatal error
- Custom post type’s permalink adds the name of the post type before the post name
- Suggestion on custom post type/ taxonomy relationship
- Categories and tags for custom post types
- I can’t access custom taxonomy page listing
- Archive-posttype.php isn’t loaded
- How do you make a list and list item relation if custom post types?
- Add form after woocommerce admin order edit
- How to Use Custom Meta Field Instead of CPT Title in Post URL
- Get assigned post categories
- How to create custom search result page with custom URL parameters for custom post type?
- Is it possible to sort metabox teaxtarea values?
- Custom rewrite rules for /pastissues/%category%-%postname%.html
- Writing a custom Glossary plugin
- How to show Custom Post Types under Taxonomy in a new WordPress page template?
- Custom Endpoint For Specific Custom Post Type
- Custom taxonomy named ‘tag’ return 404 page
- Getting data from dynamically allocated metaboxes within a custom post
- How to make “single post” permalink maintain it’s sub-page structure
- Two CPT: one is using part of the custom rewrite slug from the other
- Wrap an X amount of taxonomy posts in a separate Row in WordPress
- Custom meta box in editor of custom post type not working
- How Can a CPT in WordPress have a page 2 without an error?
- call_user_func_array() error after moving to another server
- Remove sequential number from permalinks
- Problems with custom post type and hierarchical permalinks
- Issue on Adding Taxonomy to Custom Post Type Using Function
- Custom Post Types in plugins?
- How to apply order on custom taxonomy and custom meta key on custom post type
- Don’t display post if post has empty body
- Display associated taxonomy child name on single CPT page
- What is the best way to relate different custom post types?