Solution 1.
As you’ve already mentioned, you can use terms, but – it will cause some redundancy, because for every post you’ll have to create a term. And you’ll have to maintain this post-term connection later on.
Solution 2.
On the other hand, you can use Custom Fields. So for every Guide and Tutorial you can add Custom Field like “related_game_id” and store the ID of related game in that field.
You can use Advanced Custom Fields and its Relation field to make some nicer interface for editing these relations.
Solution 3.
But there is one more way of achieving this. You can remove CPT Game and add Custom Taxonomy Game.
Then you can add this taxonomy to Guides, Tutorials, and all other post types and use description of a term to edit Game info.
Related Posts:
- Custom Post Types on Category Pages
- Setting Default Category for Custom Post Type Upon Autosave
- Creating “static” taxonomies to choose from, inside custom post type?
- Load custom posts with same tag as page
- Restrict categories to a custom post type
- Categories and Tags not working!
- Search doesn’t find tags or categories in custom post types
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Weird problem happening with custom taxonmy when creating/updating posts
- Custom post type getting wrong categories and tags
- Hide parent categories when clicked, and show it’s childs
- How to display “Category and Post_tag” component in a CPT Gutenberg edit screen?
- Cross reference custom post types
- How can I show 1 featured post in a styled element, and the next few below differently styled
- Categorise Custom Post Types
- Tag page only display 10 posts
- How can I have different content for different countries?
- Meta data (Tags and Categories) for Custom Posts not showing.
- Why does my taxonomy have a category style div id?
- Need help deciding on a taxonomy
- Get Posts by Category, Tag , and CPT Taxonomy
- The Difference Between Categories and Tags and Taxonomies and Terms
- How to get the current category with custom posts
- 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
- Custom post type tags not showing in search
- cannot achieve this structure (custom posts VS categories VS ??)
- Custom post type, taxonomy and admin bar
- Advanced archive url structure (category, tag and date)
- One post auto attached to many another items
- Why doesnt my tag page populate with this custom post type?
- Multiple categories assigned to a single product breaking the breadcrumb
- get taxonomies from terms
- How to set “section categories”?
- Set a Default CPT taxonomy by taxonomy id
- Automatic Set Category For A Custom Post Type
- Help with Travel Guide Setup
- Do not output category and tag URLs
- Organizing The Custom Post Type with Taxonomies / Parent Posts
- Custom Post Type – Admin Columns
- Display all post types together
- Using get_terms() as shortcode attribute
- Can WordPress show posts based on a button that the user clicked 2 pages back?
- ACF – Tags not showing up in Custom Post Types
- How to structure a site with product variations pages?
- Custom Post Types and independent Categories – complex Taxonomy
- Call custom post type by category
- Add category attribute to custom shortcode
- Change Permalink Structure for Tag.php template
- CPT: if more than X images are in post, use pagination
- Use regular category with custom post types
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- Should I use custom menu, C.P.T. or theme options, or something else for this?
- Does anyone have a plugin that could automatically tag custom post types in wordpress?
- Is there a way to have the view link on manage posts page to open in a new window or tab?
- Getting rid of /my_custom_post_type/ in the single view URL
- Should I use custom taxonomy or custom post type
- Custom post type menu missing after 3.0b2 -> 3.1.2 upgrade
- Custom Post Type – List all attachments on Edit Screen
- How to detect filter in URL in Category page?
- Show posts on a page based on a category and tag(s)
- Set menu active state for custom posttype and category, given custom taxonomy term
- How to display Custom Post Type Post based on Tag with Shortcode Parameter?
- How to show CPTs in term archive
- How to change post featured image using a custom field of category?
- CPT Archive with core Category
- Can’t query tag and post_type at the same time
- Tag page with Custom Post Types not returning any posts
- Custom Page that comes with preloaded content for the user
- Display all posts in main category and 1 subcategory
- Replace li Items with divs with classes
- showing custom post types of a certain category only
- How inefficient is it to use a Custom Post for 4-5 sentences & pull all to 1 page?
- Get posts from a custom post type by child categories of a parent category
- Linking to the most recent post in a Custom Post Type
- Custom Post Type Archive Page Filtering
- Getting posts under the custom post type ui category
- Show category ID on custom post type
- How can I auto-assign a CPT post to category in a custom taxonomy when published?
- How to check post type (to include custom css)
- How to customize a permalink (URL) structure?
- get_posts() with custom post type does not work outside page.php
- Plugin: register custom post types, child ready and performance best practices
- Posts from all the categories are being displayed instead of particular category
- Display only one post each WEEK
- Get parent categories of custom post type
- Custom post types and tag archive pages/permalink structure issue
- Tag Archive for Custom-Post-Type Posts yielding 404 when permalinks set to postname
- How to Mass Delete Images from Media Library
- How to query_post custom posts within default taxonomy?
- Conditional Statement custom post type category
- Show custom post type filtered by category
- Custom Post Type With Categories
- Display posts from Custom Post Type in category page on front-end
- Categories sorting
- How can I make my custom posts appear in their assigned category url?
- How to call in Custom Post-Type Categories?
- Allow user to set custom order to a list of custom taxonomies?
- get_category_parents for custom post type taxonomy
- Permalink structure by Post Meta value