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
- Advanced search form with filters for custom taxonomies and custom fields
- Show Custom Taxonomy Inside Custom Menu
- Custom Taxonomy’s Label to change the text appearing in Appearance > Menu
- Why does a custom post type need the ”hierarchical’ args setting?
- Permalink rewrite with custom post type and custom taxonomy
- order by meta_value serialized array
- Custom Post Types – Titles as Taxonomies
- How to make an archive page displaying posts in a date range
- Using pre_get_posts to Filter Posts
- Query for custom post type objects in a taxonomy and with a meta value
- Get post type from taxonomy or category page
- get_categories() for only CPT
- Add nonexisting pages to navigation
- Custom Post Custom Taxonomy Data Not Saving in Edit Screen
- Multiple post type queries (with specific arguments for each)
- WP 3.0.5 – Custom posts matching 2 taxonomies
- Custom Post Type Loop within Shortcode
- How can you handle rewrite rules for custom post types with option to filter on custom taxonomy terms?
- Custom Post Type – Display Categories & Tags In Dashboard list
- How do I make a custom taxonomy for a CPT appear inbetween title and editor boxes?
- Display CPT posts based on specific taxonomy
- Filtering WP_Query Dynamically on the Front-End
- Why get_posts() not returning only selected category posts from Custom Post Type?
- Query with no terms uses index.php template instead of archive.php
- Second Set of Eyes: One custom taxonomy shows in Appearance > Menus, one does not
- Several CPT’s with same Taxonomy name but with different Terms for each
- Best method to make posts searchable, sortable and filterable – custom field, tag or category?
- Custom post with more than one custom taxonomy
- Get the taxonomy of a post hierarchically
- Query posts based on the meta key values of logged-in users?
- Template to list categories in custom taxonomy
- Display different information of a custom post type
- List of Categories for Custom Post Type
- display posts of custom post type with custom taxonomy
- Custom Post Type ‘Event’: Chronological list of recurring events from meta_values in array
- How to show custom posts
- How do I set a post slug automatically based on taxonomy?
- Get a list of custom post type (property) when clicked on custom taxonomy 1 (rent or sale) from custom taxonomy 2 (city) page
- How to divide Subcategories into pages of parent category wordpress
- Display Posts that fit a certain criteria on Category pages
- How do I find out which (page) template file my custom child post is looking for?
- Custom Post Taxonomy Template Not Loading Properly
- Show ajax form resuslts in page
- Exclude Posts in a Given Category
- Front page url permalink
- If taxonomy show class of active
- Query Posts From Multiple Post Types
- Custom Post Type Permalinks Problem
- Issue on Adding Taxonomy to Custom Post Type Using Function
- How is it possible to list custom post types by “category” like with simple posts?
- Custom taxonomy meta fields
- How to add categories to a custom post type using wp_insert_post($new_post);
- Modify permalink of CPT archive to support two taxonomies