Three methods:
- Don’t use taxonomies at all, just store the ID of the associated posts as post meta
- Create a taxonomy, and remove the ability to edit/delete/create terms. Then use automation to catch the hooks for the creation, editing, and deletion of Place posts, and create/edit/delete the associated terms in the taxonomy.
- Use the Posts2posts plugin by Scribu, though this would require learning a new API and adding an additional plugin dependency
If your relational mapping is a 1 place can have many events, but one event can only have one place, then a fourth option becomes available:
- Set the parent post of an event to its place
Related Posts:
- Rewrite custom post & taxonomy to share same URL path
- Display taxonomy term only if there’s a value
- How to get the post type from a category id?
- Get related posts of child term of custom post type
- Several post types on WP Query by tag and taxonomy
- Variable not working in WP_Query
- Copy/Move selected taxonomy terms to another taxonomy for posts
- Building a Data Intensive Website with WordPress
- Define multiple prefixes for custom post type
- How to manage a dynamic multi-level page hierearchy system?
- Multiple Custom Post Type with different Taxonomies
- Filter By Term Not Working – Custom Post Type
- Custom Post Type used for FAQs Accordion
- Query multiple post of which one by taxonomy
- show only one category posts in admin
- Passing total post count to javascript
- Display random posts, but omit the post it is on?
- Disable block with taxonomies at post page
- I would like to have different styles for my posts based on the content of each post
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- Is using taxonomies the way to go here or would custom post types be better?
- Showing posts from different categories and from custom post type
- Get latest 3 posts from multiple CPT in one query
- Using default WP menu functionality to link to custom post-type listing?
- Allow non-logged in users to see a future post after clicking on a list of future posts
- Which post does a taxonomy term belongs to?
- Can taxonomies of custom post types be used with category actions?
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- List custom taxonomy specific to one custom post type
- Custom Taxonomy back-end customizations
- Post image in WordPress not appearing on home page
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Meta query for custom post type ignored in main query
- Changing custom type name hides the posts
- Display Ad on Specific Categories
- Taxonomy custom post type URL
- Hiding posts by other users and non-logged in
- How to build custom route by adding taxonomies to URL ? ex: www.demo.com/communities/palo-alto/
- Update Post Meta for a logged in user
- Add custom field to Posts and sort by it
- How to Filter custom post type by taxonomy?
- Add custom post type settings to wordress default posts
- Is it possible to have dedicated page for parent/child taxonomy?
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Custom post taxonomies as tax_query terms?
- Two Custom Post Types Many to Many Relationship
- Limit amount of posts made within a custom taxonomy
- Problem with displaying posts in the CPT category
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- JS innerhtml changing style when using AJAX
- Show titles, date of all posts on single category page
- list taxonomies from a custom post type
- Display a grid of taxonomy terms at root taxonomy page
- Side effects of Script and Iframe in post
- Show child custom post types list inside single parent custom post type
- limit value taxonomy based on previous taxonomy value wordpress
- How to change the post type a theme shows by default?
- Set a checkmark in a category based on a URL-parameter
- No Permission to add new Page, Post or CPT with Admin role
- Using meta_query and tax_query at the same time
- Update postmeta Parent when post_status child change
- custom post type category count shortcode
- How do I display the taxonomy for a custom post type in an array
- Portfolio Page for Classic Posts
- Set a CPT slug as a base name for all the taxonomies
- How to conditionally redirect to the post from a taxonomy page?
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- How do I display the grand child items of a taxonomy term?
- Add post location with mile radius allowing search
- Taxonomies relations
- Is it better to use WordPress Custom Post Types or Taxonomies?
- Get the category from custom post type
- Is it possible to store Custom Post Type data in separate set of tables and still have wp_post class functionality?
- Set up post page like JAMA articles
- Full Custom Post Type List Organised by two Taxonomies
- WordPress Doesn’t Generate Taxonomy Archive
- Custom Post Slug same as Parents Category Slug
- Shortcode not working with post counter
- Suggested Post and Taxonomy structure
- Changing default ‘posts’ parameters with register_post_type_args
- Admin Column does not populate with data
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- Custom post with more than one custom taxonomy
- Prioritize posts in query by meta keys?
- Homepage’s content is dependent on the custom field values (set automatically), how do I get homepage to update without manually updating page?
- Get the taxonomy of a post hierarchically
- Adding custom taxonomy in same menu place with two custom post types
- How to make custom taxonomy into drop down select in a custom metabox
- Multiple pages for posts?
- Display latest x posts from all categories in Custom Post Type/Taxonomy
- Allow users to create posts without logging in?
- How to get all tags of a custom post type by id
- How to get list of taxonomy slugs ordered parents>childs?
- How to define which register_post_status goes to which register_post_type?
- Load Next Posts With AJAX not working with custom post type
- Limit the post for differents custom post type in the same wp_query
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- How do I share categories across multiple post types?
- How to organize hierarchical structure in custom post type with taxonomy (like with categories)