I have 3 custom post types (CPT)
Design
Motion
Interactive
Each has a custom taxonomy(CT)
designs
motions
interactives
I have a work page which lists all my posts in each of those CPT.
I have my CPT rewrite set to "work/CPT" i.e. work/design or work/motion
I want to rewrite my CT so instead of site.com/CPT/CT-tag, i get site.com/work/CPT/CT-tag
when i use the latter, the page returns a 404. when I use the former, my taxonomy.php is called correctly.
Thoughts and assistance appreciated!