Taxonomies are probably not the best option: There is still no table for term meta data, and if you are using a people
custom post type plus a taxonomy of the same name, you will have a hard time keeping everything synchronized.
Install the plugin Posts 2 Posts, register a connection between people
and movies
:
function connect_people_movies()
{
p2p_register_connection_type(
array(
'name' => 'people_movies',
'from' => 'people',
'to' => 'movies'
)
);
}
add_action( 'p2p_init', 'connect_people_movies' );
See the plugin’s wiki for more instructions and examples.
Related Posts:
- How do I query a custom post type with a custom taxonomy?
- how to group custom post type posts by custom taxonomy terms
- Posts per Page on custom Taxonomy Template
- How to get the parent’s taxonomy?
- Query posts by custom post type and custom taxonomy
- How to get only one category of custom post type?
- pre get posts changing the query
- Query for posts in 2 taxonomies
- ‘category__and’ for custom taxonomy?
- Separate Posts and Custom Post Type in Custom Taxonomy archive template
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- List custom post type by custom tax term as page title
- how can i get posts from custom post type particular taxonomy category
- How to query custom post types posts filtered by multiple custom taxonomies through a form selection
- Query/list all terms and their custom post count
- Archive for custom taxonomy lists all posts instead of current taxonomy
- Query Custom posts of same taxonomy as the post itself
- Conditional Query of Custom Post Type and custom taxonomy
- Show a Category X’s custom post type on Category X archive page?
- How to edit this code to get the categories in achieve page?
- WP_Query orderby and tax_query
- Listing all term items alphabetically / sorting loop
- How to display Related Posts based on number of taxonomy terms matched
- How to make WP_Query not to show irrelevant posts?
- Custom query – get_the_terms not work
- Should I use custom taxonomies or not?
- Control content before and after custom post type loop
- Custom post type, custom taxonomy, query posts only from taxonomy (children of)
- Display custom posts randomly in custom taxonomy archive
- Not able to export large no. of posts in csv
- attach CPT data to a taxonomy
- Targeting custom post type via functions.php doesn’t work
- List all posts in taxonomy term
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Sorting the Loop by Taxonomy Value
- custom post type and a “sticky” position taxonomy
- Right way to store a large set of similar information on website? [duplicate]
- Custom post type and custom taxonomy key lenght & query performance
- Posts per Page on custom Taxonomy Template
- Getting Custom Posts with Custom Taxonomy
- Changing an item in drop down after 5 latest posts per taxonomy
- WordPress custom post type
- Display 2nd category, only once, as sub-heading, in the loop
- Advanced Custom Fields: query posts filtered by multiple field values
- WordPress and Unity high scores table
- Inserting two categories
- What would be the optimal CPT / Taxonomy design for the following entities structure
- Tax query not producing any results
- Custom post type and taxonomy – show related posts
- Create a clone from one WordPress site to another in a few minutes
- search also in taxonomy, tags and custom fields
- Create template for taxonomy results limited by Custom Post Type
- wp_list_categories() – current-cat class also inside posts?
- Showing the custom taxonomy parent term and child term of a post
- Custom Taxonomy Archives on Custom Post type Page [duplicate]
- Order query using custom meta data
- Custom Post Types, URL rewrite on multiple CPTs
- Get latest 3 posts from multiple CPT in one query
- redirecting improperly after updating custom taxonomy term when referring from CPT edit page
- Template for custom post with custom taxonomy
- Best way to save horoscope data
- get custom post type
- Which post does a taxonomy term belongs to?
- How can I set taxonomy programmatically
- How to hook custom taxonomies to custom post types and make the permalinks work?
- Custom post type multiple loop by taxonomy term
- getting all values of a custom taxonomy if there is no post
- custom types taxonomy hide_empty
- Help need making decision. Ads rotating site on wordpress
- Extending AZIndex plugin to use custom post types and custom taxonomies
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- A question on creating filters for custom posts using taxonomy
- will post_id ever change? Can I safely use post_id for custom queries?
- Listing tags from a custom post type
- List custom taxonomy specific to one custom post type
- Is $object_type truly required with register_taxonomy()?
- Custom Taxonomy back-end customizations
- How do I associate a custom post type with another through a taxonomy or storing an ID in a custom field?
- Custom Post Type Query for Sidebar Doesn’t Work on Front Page
- Get Taxonomy Term Title by it’s URL
- Add custom taxonomy to post content body?
- custom taxonamy and post type
- Taxonomy custom post type URL
- Display as tree terms of taxonomy and custom posts for each term of taxonomy
- Second Set of Eyes: One custom taxonomy shows in Appearance > Menus, one does not
- Custom post type url with category
- Custom Taxonomy terms aren’t getting referenced or saved in Quick Edit or Bulk Edit, only on Single product page?
- How do I move/order posts with a tag to the end?
- Adding custom post category slug in permalink causes 404 error for pages and posts
- Add custom image size for custom post type or taxonomy
- Get taxonomy values based on wp_query results
- Display post as term id
- Ajax Custom Post Filter is not filtering
- Need Output Custom Taxonomy from Custom Post Type
- Display all taxonomy terms, add class if term applies to current post
- WordPress sort search results by custom order
- How to filter wp_list_categories output with some custom post type meta query?
- Custom Post Type – No Results Found
- Return the latest post from a custom Taxonomy and Post Type