You have two avenues:
- Hardcode rewrite rules for those specific URLs
- Abandon your quest and design a new URL structure
What your asking for cannot be automated efficiently because it would mean 2 rewrite rules that are the same, but are mapped on to different things. The result being that either the post type slug would take precedence, or the job would take precedence, but only one.
E.g. say we had the url our-people/example, is referring to the people ‘example’ or the job ‘example’? Either WordPress will find the person named example, and 404 if it can’t ( despite there being one under job. Or it will do it the other way around
My Recommendation
Change your URL structure to be less confusing and make more sense by nesting them:
example.com/our-people/johnsmith
example.com/our-people/jobs/managers
do this by setting the rewrite value when you register your jobs taxonomy ( it’s okay to use a / )
Related Posts:
- Theme localization of “slugs” (custom post types, taxonomies)
- Custom Post type & Taxonomy URL structure
- Combining Multiple Taxonomies in one URL
- Dynamic taxonomy in permalink made all other posts NOT FOUND?
- Remove taxonomy slug when not assigning taxonomy with custom post types
- Rewrite CPT slug with two taxonomy slug instead of one
- Remove Taxonomy Slug when No Taxonomy is Assigned to Custom Post Type?
- Custom Permalink with Dynamic Taxonomy for Custom Post Type – Works, but breaks other permalinks
- Custom Taxonomy breaking pages permalinks
- Custom Post Type with two hierarchical Custom Taxonomies: strategy to generate best permalink structure
- Custom post type and taxonomy slug issue
- Does WordPress limit the length of slug names for Post Meta or Terms?
- How can I make the slug of the taxonomy also the slug of the custom post
- Allow duplicate slugs for custom post type with taxonomies
- Nested Custom Post Type or Custom Post Type Parents?
- Including taxonomy term before post type breaks top level pages
- Rename a slug label
- Different slug taxonomy for two different CPT
- How to add current custom taxonomy slug to body class
- Using page slug in wp_query
- Listing all slugs?
- Custom Post Type Advanced Slug
- Changing CPT slug and taxonomy already registered in parent theme
- How do I set a post slug automatically based on taxonomy?
- Custom post type and multi taxonomies + customize url
- Use custom post type taxonomy between cpt slug and name
- Remove custom taxonamy slug with pagination
- How can I write slugs / permalinks as: custom post type -> custom taxonomy and custom post type -> custom taxonomy (one CPT and many taxo)?
- Custom post type URL structure with site.com/custom_taxonomy_slug/post_name
- Custom post type post_type_link gives “page not found” on any other custom post type
- Custom taxonomy archive slug overwrites static page
- Slugs on hierarchical taxonomies
- Display a Custom Post Type within another with hierarchically slug
- Getting a 404 on single custom post type page when using rewrite on a custom taxonomy
- Costum post type with costum (sub)taxonomy
- Remove Custom Taxonomy Slug only without removing Custom post type slug in permalinks
- WP Query Post Type with same Taxonomy name
- WP Query WordPress Post Type with the same Taxonomy name
- Custom Post Type with multiple Custom Taxonomies / Hide Taxonomy Slug from URL
- Hide custom post type slug url from search engine [closed]
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- Is it possible to use a post name in a custom post slug?
- Taxonomy Archive URL + Template
- Permalink Structure for Multiple Post Type Archives by Taxonomy
- Get Custom Taxonomy ID within loop
- Custom Post Types not showing on Custom Taxonomy archive page
- custom post type or taxonomy
- Site Structure Regarding Custom Post Types and Taxonomies
- Custom SQL Query on Custom Post Type. Order by Taxonomy?
- How to Programically add to the new WordPress menus
- Sorting a list of posts displayed under a list of associated terms (which should be sorted without initial articles)
- What order? register_taxonomy() register_taxonomy_for_object_type() register_post_type()
- Website bookmarks as a custom post type
- Custom Taxonomy and tax_query Issue?
- Get list of terms of current taxonomy archive for another taxonomy
- What is better: Custom Fields vs Custom Taxonomies with Terms for perfomance, scalability and better user experience
- RSS feed for dynamic set of custom taxonomies terms
- 404 Error with Custom Post Types and Taxonomy
- Making pages also serve as taxonomies? Or give full pages to taxonomies?
- Show Post Count of a Category
- Display custom post type category taxonomy
- Only show posts from a certain category?
- List Post Title by Last Word Then Second Last
- Am I using the flush_rewrite_rules function in the right place?
- Customize Query for post
- Correct classes for WordPress menu items
- Display post as term id
- How to filter wp_list_categories output with some custom post type meta query?
- Removing custom post type slug from URL
- Advanced search form with filters for custom taxonomies
- Why cant I add a custom post type to a custom taxonomy?
- Show Custom Taxonomy title in loop
- WP the_posts() on single-cars.php get category link
- tax_query not working in template
- How do you create %post_type%/%postname%/ permalink structure?
- Custom Post Type Dilema – How do I categorise by country?
- Display custom taxonomy on my custom post type
- List Categories (wp_terms) and count posts
- Can I query posts by taxonomy conditionally based on post type?
- Which file/template is in charge of taxonomies for custom post types?
- Include custom post type custom taxonomies in Categories widget
- Show post count number assigned to custom taxonomy
- Check when the post type changes, and display content
- Loop and add Specific Categories and Products Images
- custom post type or taxonomy, which approach is better?
- Custom Post Type with Different Sets of Post Content?
- Add a class to a div if custom post type has specific terms?
- Custom post type paging return home page
- Custom taxonomy returns 404 even with saving permalinks
- WP_Query to display number of custom post type filtered (order by) taxonomy
- Custom post type shortcode with taxonomy attribute not working and no errors
- Redirect Custom Post Type from Child Taxonomies
- Custom post edit page permalink links to edit page rather than the post
- Show tags of custom post types in WordPress
- Query Pulling the same post twice
- Render custom taxonomy query as single template
- Custom meta-box for all custom post types
- Listing all custom post types using a specific term on the said term’s template page, in groups
- Ideal top-level slug methods
- Require Custom Taxonomy for Custom Type