Custom Post Type and Taxonomy Permalinks Broken
-
If I create a custom post type “movies” with custom taxonomies “director” and “actor”, this is what I get out of the box with the default Permalink structure:
(when I add a movie post type)
/?movies=clerksIf i click on the Director taxonomy from the movie page:
/?directors=kevin-smith
When I click on the “actor” taxonomy from the movie page:
/?actors=jason-mewes
If I change Permalinks to “/%category%/%postname%/ I get:
/movies/kevin-smith/
and then just
/kevin-smith/
/jason-mewes/For director and actor respectively.
All of these just 404.
What am I doing wrong here? How can I fix the actor and director permalinks to show:
/directors/kevin-smith/
/actors/jason-mewes/AND have them all not 404?
- The topic ‘Custom Post Type and Taxonomy Permalinks Broken’ is closed to new replies.