I have a ‘story’ Custom Post Type and ‘artist’, writer’ Taxonomies.
I need to set rewrite rules in the functions.php for the permalinks to look like this:
Artist (Taxonomy/Category):
http://www.example.com/isaac-deutscher
(/%artist%)
Writer (Taxonomy/Category):
http://www.example.com/jean-paul-sartre
(/%writer%)
Story (Custom Post Type):
http://www.example.com/issac-deutscher/jean-paul-sartre/the-cat-is-under-the-table
(/%artist%/%writer%/%story%)
I have tried some code I found in blogs without success, and can’t figure out how to solve this.
I’m working in WordPress 3.0.1
This does the trick for Story and Artist, but not for Writer:
Hope it helps.