It sounds like what you are really looking to achieve is to relate posts from the Person post-type to posts from the Work post-type without categories. Out of the box, WordPress doesn’t have the ability to create many to many relationships across post types. To add this functionality you can use the Posts2Posts plugin. This plugin allows you to create many-to-many relationships between posts of any type: post, page, custom etc.
For details on how to display your connected Work and Person post types see the Posts2Posts plugin documentation on Github.
Related Posts:
- Get Posts Under Custom Taxonomy
- Different post sort order within different categories
- Exclude posts that only have the ‘Uncategorized’ category [duplicate]
- Query posts from current year
- Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
- How do I get the slug of a custom taxonomy category of a post?
- Get posts by name and taxonomy term
- How to Restrict Previous & Next Post Link to Posts of Same Category?
- WordPress custom Query for Posts in Category display posts multiple times
- Get Posts Under Custom Taxonomy
- Prepending %category% onto default posts fails
- How can I hide tags on a child-category page, if that tag has not been used?
- WordPress bulk category select when publishing post
- Unable to differentiate between two categories under custom post type on single.php
- How to display only one category in a custom post type?
- Get current taxonomy and display query accordingly
- Geting error in post and category [closed]
- Create/Set Category as Title of Post
- Page with Category Returning 1
- AJAX load more posts not using correct category and repeating the same few posts
- How to run select query of post with category and tags?
- Querying posts from current category, using a variable as array argument
- Query posts from newest category
- How to get post count including nested categories
- Query post category & remove any post id
- Displaying Results From Custom Taxonomy Query
- Sort post by category using HTML Select tag
- Special Query: Title, Terms, Content – %LIKE%
- Taxonomy Category category.php not working
- Sort Posts Alphabetically Based on Specific Category (Divi)
- Add a category to posts, that DO NOT contain two specific keywords?
- Display post category in foreach loop
- Single.php – Get Current Parent Category
- How do I stop the loop from repeating in my category template?
- get_the_category listing in hierarchial order
- Is it possible to add/tick a category to a post when it is created?
- Excluding posts not working
- Exclude current custom post on single post
- Hide posts belongs to few categories in homepage
- why does wordpress ignore the post args?
- How do I insert a post with custom post type and relate it to a custom taxonomy?
- Dynamically switch template on click
- How to get posts and comments amount per hour, per year and per month?
- post category in wp_insert_post
- Get all custom post types excepted some…
- Limit the number of posts a category can have – newest post goes in, oldest one drops out, possible? plugin?
- outputting posts’ taxonomies: cant get ‘get_the_taxonomies’ working
- Get all comments of author’s posts
- First x post with another template then the others
- Why Query is returning empty array?
- How to get subcategories from category slug?
- Remove current category from post but display all others
- How show categories in admin and get that selected to show posts in index
- Delete all drafts?
- Showing categories and subcategories with posts
- Change default category when I publish a post
- Loop parent terms {display posts} AND loop child terms {display posts}
- Wrap every month posts in div
- store posts_id of category into a varable?
- Inner join overrides Advanced Custom Fields plugin’s get_field [closed]
- meta_value timestamp older than now
- Counter is skipping post when I still want it visible [closed]
- How to display two random-post sections that are each under their own category
- How can you display all sibling categories to a post?
- Loop doesn’t exclude the specified category in home page
- Do not show children of a category
- post__in not working with pre_get_posts, but post__not_in does work
- Display posts of specific category term
- Widget that shows categories with posts numbers
- How to create a sub post?
- Post Image not displaying in category view
- relating business and products with custom taxonomy?
- Can’t get full post title if there a spaces in title
- How to get all post_parents of a post?
- Is there a query string for edit.php to show all posts that have no custom taxonomy terms?
- How do I show posts from another wordpress installation?
- Query for first 3 posts to change the look and feel
- Why posts array is empty?
- get posts from Custom Post Type & Category
- Category page when using static front page
- Latest posts by category — how to exclude current post?
- Query posts and filter at query time by value of custom meta
- Run query_posts if SESSION is empty?
- How do I include the category next to the title of a post?
- Relative number of post in category
- How to create a “latest news” page showing a list of posts from blog category
- Exclude some categories from listing on the current post
- How to show a custom taxonomy in the theme?
- How to import nested categories from XML file?
- Very complex post query
- how to hide empty fields of post category description?
- Delete post revisions only for a single post
- how can i display my posts alphabetically?
- if in category but only with post meta
- How to get post with associated categories and tags names instead of ids with rest api?
- Display a mixed list of posts and media
- Migrate posts from category and sub-category via SQL
- Parent category / child category posts
- Posts Missing in Dashboard after update
- How to enable custom Shortcodes in Post Category Description? [duplicate]