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?
- Get the first post term
- Correctly delete posts with meta and attachments [duplicate]
- Add Category Taxonomy Support to Custom Post Type
- Adding Categories to a WordPress Custom Post Type?
- WP_Query ignores post_type in category view
- Add custom field to media attachment image attribute in post editor
- How can you make permalink work for custom post type and taxonomy?
- How to add a select menu to this metabox code?
- Adding An Author Tag To Posts Automatically
- Having trouble with custom post type / meta box
- After deleting a post are terms, and custom meta deleted?
- Storing Custom Post Type Data in a Custom Table
- Should I use Custom Post Types or something else
- Community and User Generated Content Website: Have been thinking about Drupal but leaning on WordPress heavily
- Show Post Count of a Category
- Check Title Unique Or Not and If not error message and dont save
- Add Tags to custom post type
- Filter categories of posts with checkboxes
- Use post as category
- Categories of custom taxonomy don’t show any posts
- Define new user capability for custom post types?
- How to handle paged param in post and custom-post-type?
- Shortcode to display Staff post type based on Location post type and Specialty post type
- How to add attributes to taxonomies that may be different from post to post?
- How does order=asc effect a wp_query (its acting pretty weird in a loop)
- Dynamically output a class to an anchor tag depending on what tag is chosen
- Why does accessing url by category cause issues with post types?
- 404 Page Not Found on /Page/2/ on Tag Page
- WordPress Count posts within a custom post type
- Custom Post Type Custom Archive Page Not Working
- Custom Post Type Implementation
- Related “custom post type” using “custom taxonomy”
- 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
- How to limit the number of custom posts certain users can publish in WordPress using php script?
- Cannot use object of type WP_Error as array display category
- Cannot get to work tax_query array for terms
- Displaying posts inside table having issues
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- Loop through a specific parent category
- Query the title of the page to show posts with matching category in the loop
- creating a custom post template
- How to Show all Values in category.php page using post_type
- Can’t seem to filter wp_query by current category ID
- Custom post type URL – filter by taxonomy
- How to query all custom posts of a certain type and checking what category they have
- Post Editor: display categories from current post type taxonomy only?
- Generating List of Tags from Custom Post Type
- Having some trouble properly displaying Custom Post Types in templates
- Make title field multiline in the add new custom post page?
- Add Image field to CPT
- Custom post type and category permalinks
- Bulk edit for custom taxonomy
- show only one category posts in admin
- Page template with custom query instead of archive-xxx.php?
- How to separate posts by categories?
- How to display *block number* instead *date value* on WordPress posts?