Permalinks so that one custom post type appears to be a child of another, not working

See my answer here: https://wordpress.stackexchange.com/a/100486/12324.

The issue you’re facing is that permastructs are adding multiple custom post types to the URL, which is confusing WordPress. You’ll need to add your rewrite rules using add_rewrite_rule().

Leave a Comment