I would create a separate Reviews CPT. In the Reviews write screen, I would add a metabox with a select input contain each Game CPT as an option. Using the metabox, you can associate the Game ID as postmeta with the Review. Finally, in your template page that displays the review, you can easily retrieve the Game ID, which will allow you to display all of the relevant Game information on the Review page.
For an even easier solution than the metabox, you can simply add a custom field like “game_id” and manually add the game id. It’s simpler than creating a metabox, but it’s not as pretty 🙂
Related Posts:
- Query posts by custom post type and custom taxonomy
- Conditional Query of Custom Post Type and custom taxonomy
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Inserting two categories
- How do I query a custom post type with a custom taxonomy?
- How do I append multiple taxonomies to the URL?
- Get custom post type by category in a page template
- Associating an “author” with a custom taxonomy
- TV Show database – Best way for structuring it?
- Correct way to use a form to to filter custom posts by taxonomy terms?
- how to group custom post type posts by custom taxonomy terms
- Showing current taxonomy terms
- Posts per Page on custom Taxonomy Template
- How to get the parent’s taxonomy?
- automatically create taxonomy with same name as post title
- Custom Taxonomy conditionals
- Query post types with multiple keys
- How to get only one category of custom post type?
- pre get posts changing the query
- Query for posts in 2 taxonomies
- After deleting a post are terms, and custom meta deleted?
- Get all posts WHERE custom_field is LIKE value
- Best practice for adding posts in bulk
- ‘category__and’ for custom taxonomy?
- WP 3.1 getting tax_query to work in query_posts()
- 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?
- Why is my custom loop not filtering correctly nor paginating?
- Custom post types with custom directories
- List custom post type by custom tax term as page title
- removing custom tax & CPT slug, adding taxonomy term in front of custom type
- How to customize admin posts based on the user who is logged in
- Show Two custom Post type and their posts on category page
- how can i get posts from custom post type particular taxonomy category
- Setting posts per page in query_posts
- How to insert content from another Custom Post type into Post?
- Weird problem happening with custom taxonmy when creating/updating posts
- 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
- Display only one post each WEEK
- How to use custom taxonomies to reference complex relationships?
- Query Custom posts of same taxonomy as the post itself
- A question on creating filters for custom posts using taxonomy
- will post_id ever change? Can I safely use post_id for custom queries?
- List custom taxonomy specific to one custom post type
- Show a Category X’s custom post type on Category X archive page?
- Custom Post Type Query for Sidebar Doesn’t Work on Front Page
- How do I move/order posts with a tag to the end?
- WordPress sort search results by custom order
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- Hide parent categories when clicked, and show it’s childs
- How to start a new post with custom Taxonomies already set?
- How to edit this code to get the categories in achieve page?
- How to add attributes to taxonomies that may be different from post to post?
- Migrating a taxonomy’s tags to the native category
- Listing all term items alphabetically / sorting loop
- How to produce a sub-page-system in WordPress
- How to display Related Posts based on number of taxonomy terms matched
- custom post type vs. conditionally displaying meta boxes for specific terms?
- How to make WP_Query not to show irrelevant posts?
- Custom query – get_the_terms not work
- List Categories (wp_terms) and count posts
- 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
- Creating a non-hierarchical Taxonomy that behaves like categories
- Display Custom Post Types Glossary
- How should I structure complex content hierarchies?
- List all posts in taxonomy term
- Displaying One Custom Post Type’s Content On Single Post of Another Custom Post Type
- Get terms for a specfic post from multiple taxonomies in custom post type
- How to list posts by term (custom taxonomy)
- Is it possible to have hierarchical taxonomy and hierarchical custom post types in one permalink?
- Related “custom post type” using “custom taxonomy”
- How do I ensure that post_type and Taxonomy use the same slug?
- How do I disable the built-in editor and automatically configure the properties of new pages?
- How to have multiple search result pages in wordpress with taxonomy terms listed
- custom post type and a “sticky” position taxonomy
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- custom post type and user post count shortcode
- Posts per Page on custom Taxonomy Template
- Set a Default CPT taxonomy by taxonomy id
- Building Link List for Custom Tax
- CPT: multiple loops with different terms
- Getting Custom Posts with Custom Taxonomy
- Help with Travel Guide Setup
- WordPress query posts by custom post type not workng
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- WP_Query for CPT with filter by another WP_Query
- WordPress custom post type
- Display 2nd category, only once, as sub-heading, in the loop
- Get link for feed of specific post type AND taxonomy
- Advanced Custom Fields: query posts filtered by multiple field values
- What’s the best way to show custom post types? With page template it’s not perfect!
- How to apply order on custom taxonomy and custom meta key on custom post type
- Advise on Custom Taxonomies and Structure
- cannot export data from CPT UI (books)
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- How to develop Knowledge center in WordPress Website