I have multiple custom post types and custom taxonomies, "staff", "games", which have the permalinks:
domain.com/staff/%staff-name%
domain.com/games/%game-name%
However, I'm only using these custom posts to store data and am displaying it collectively on different pages. How do I get the paths, such as, /staff/%staff-name% to redirect to the 404 page?
Thanks!