WP Rewrite Rules – Custom post type & taxonomy
You can achieve this without adding a rule for every term via the rewrite argument when you register your post type and taxonomy. The only extra rule you need is to handle pagination for the taxonomy. First, register the post type. The order you register post type and taxonomy is important! I’ve left out most … Read more