I’d set up…
- Teams and Tournaments as taxonomies
- Players and Managers as post types.
If you link the taxonomies to both post types you will be able to link both Players and Managers to the same Team or Tournament.
CPT UI is a pretty good plugin to help create and manage custom post types.
Related Posts:
- Converting Categories (with ACF fields) to custom taxonomies
- get_categories for custom post type with a specific custom taxonomy attached
- Order get_terms() By Custom Field
- How can I add the featured image functionality to a custom taxonomy?
- Combine two taxonomies in a hierarchical tree
- How can I select a primary category?
- How to make custom taxonomy check boxes like ‘Categories’
- How to create non-unique sub-category slugs?
- How to get next previous category in same taxonomy?
- Getting WordPress custom taxonomy/category?
- Display empty taxonomy terms with get_terms()
- Return category slug / title from category ID
- How to get the number of child categories a specific parent category has?
- How can I convert some categories to a custom taxonomy?
- Add custom taxonomy under the category title
- Get multidimensional array that reflects category hierarchy
- Change existing taxonomy settings when using custom taxonomy
- How to get the id from the custom category?
- How to “group” (categorize) the Pages together?
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- Display custom taxonomy attached to the post on post single page
- Question on using custom structures for categories
- Notice: Trying to get property of non-object in : custom fields category
- Targeting categories in custom fields
- Echo text using is_tag
- Same menu for different taxonomies to reach different content
- How could I write a get_categories_by_year() function?
- Assign a custom post to a custom taxonomy based on custom field value
- Custom Fields Value As Taxonomy
- How to get posts using category slug in ClassiPress?
- How can i add service category here? [duplicate]
- How to set the same base url for two different taxonomies?
- Get WooCommerce product category list in functions.php
- ACF Custom field not showing in Timber Taxonomy page
- Why use hierarchical taxonomies instead of many custom taxonomies?
- Renaming default category taxonomy?
- Display List of Categories Within a Custom Taxonomy
- How to add a post with new Taxonomy without assigning to default category?
- How can I get the categories and subcategories separately?
- Get Posts Under Custom Taxonomy
- Add custom taxonomy fields when creating a new taxonomy
- How to display non-hierarchical taxonomy as terms with checkboxes?
- Can a Child Category Have More than One Parent?
- How can I list all the categories under a Custom Post Type (taxonomy)?
- adding custom fields to next and previous post link
- How to convert regular categories to custom taxonomy?
- How to Override default update_count_callback for category
- Does WordPress Offer a Way to Find All of the Categories that Don’t Have Children?
- Order Taxonomy Term by date created
- Get term by slug in Gutenberg
- How to get the depth of a category’s subcategories
- Display link to taxonomy archive only if it has posts with certain custom field values
- Best way to programmatically link to multiple categories (union/intersection) [closed]
- Taxonomies for WordPress Media Library [duplicate]
- Hide custom field if empty
- Can I use get_adjacent_post for specific categories?
- Taxonomy filter all children
- Can you pre-check wordpress categories?
- How to filter out Categories for specific post types on WordPress Admin?
- query in category.php repeats itself
- How to organize custom categories for filtering and selecting
- Custom sub taxonomy order by
- Is There a Difference Between Taxonomies and Categories?
- Why don’t posts show up in my categories on the frontend?
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Get posts from specific taxonomy term
- How many categories can WordPress handle before performance suffers?
- echo get_post_meta of all post in a category to fill up a select field
- WP REST API not retrieving all categories
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- custom page for custom Taxonomy
- How add body_class from wp_termmeta
- Filter By Category Dropdown List With Custom Taxonomies
- query_posts by category_name and custom taxonomy
- How to schedule categories?
- I need to exclude from a query a category and a few custom taxonomies
- Copy post taxonomy?
- How to load several hierarchical categories from functions.php
- Displaying a custom field in Category Archives
- Posts not listing out sub category in hierarchy
- Combining these queries? (Same taxonomy term + same category as post)
- Link posts together (relative, not grouped)
- Adding tinymce to Custom Field boxes on Category edit page
- Sort categories by custom field in WordPress admin
- Custom field with terms from another taxonomy programmatically
- Filtering posts in category by tag URL
- Grab all the posts for particular category
- How can I add different custom fields for each category in the same post?
- How to show category list in WordPress
- Image Upload Custom Form Field for Category and Custom Taxonomy
- How to load terms of a custom taxonomy of a product in woocommerce cart page
- Dynamically creating content on custom URL without getting 404
- How to exclude category and post_tag taxonomy while displaying custom taxonomy?
- List Terms by category
- Taxonomy for custom post type not found
- Why is my post categories not displaying?
- Sort categories by meta value
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- Any way to make custom taxonomy field searchable?
- Two related taxonomies. how to filter terms in second taxonomy depending on selected term in first taxonomy on Post edit page?