You can assign taxonomies to objects saved in tables other than the posts table. WordPress explicitly supports that (e.g. there is the function _update_generic_term_count
to update the term count for those types of taxonomies) and even use it for links.
I have used it once.
Just register your taxonomies as you would for regular post types ( register_taxonomy( 'your_taxonomy', 'registration', $args );
).
register_taxonomy_for_object_type( 'your_taxonomy', 'registration' )
won’t work though. I need to fill a bug report for that… (well, that’s what I said to myself last time and I forgot… 🙂 )
Related Posts:
- Get terms that contain posts that in turn belong to other terms?
- Want to filter only parent post in admin area
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- using $wpdb to get custom post type with term
- Get terms that contain posts that in turn belong to other terms?
- How to select custom posts thats are tagged with multiple taxonomies using wpdb
- Filter in Custom post type to find the parent post
- Display all posts in a custom post type, grouped by a custom taxonomy
- What are the differences between custom post type and custom page templates?
- Ordering Posts List By Taxonomy Terms?
- Templates for Custom Post Types and Custom Taxonomies
- post count is wrong when using same taxonomy for 2 different CPT
- Issues when rewrite rules collide?
- Add links to post categories and taxonomies in wysiwyg link modal?
- Query multiple taxonomy in Custom Post Type
- automatically create taxonomy with same name as post title
- Archive page for taxonomy of custom post type
- CPT tax slug conflict with post type slug
- $wpdb returns no results with SELECT query on custom post type, works on default post type
- Custom post type archive with dynamic taxonomy filtering – is it possible
- Multiple Archive Pages for Custom Post Types AND Taxonomies
- Custom Taxonomy Breadcrumb Navigation
- Remove “-2” from a Toolset Types URL with the same post name
- Create Custom Post Type Archive Page with Sub Categories Navigation Sidebar
- Exclude current post when getting related post on custom post type and taxonomy
- Display Posts of a Category in Alphabetical Order (Custom Post Type)
- Ordering Custom Post Types with WP_Query
- Hierarchical Custom Post Types or Similar
- Programmatically adding posts
- Keep main articles and author blogs seprerate, News / Magazine like site
- How to create an advanced filter search?
- I can’t choose the custom taxonomy in my custom post type on Gutenberg
- Retrieve value of a category’s custom field
- How to save custom taxonomy from front end post submission
- Custom-Posttype & Custom Taxonomy WP_Query
- wp_list_categories() – current-cat class also inside posts?
- Showing the custom taxonomy parent term and child term of a post
- Template for custom post with custom taxonomy
- Custom post type url with category
- Adding custom post category slug in permalink causes 404 error for pages and posts
- Taxonomies don’t show up on in the dashboard page for a custom post type in wordpress 5.22
- list taxonomies from a custom post type
- Custom taxonomy rewrite with query var returns %2F in URL
- Remove slug in URL custom post type
- Taxonomies relations
- Adding custom taxonomy in same menu place with two custom post types
- Displaying custom-taxonomy-terms sorted by parent/child-hierarchy?
- Template files for Custom Post Type and Taxonomy
- in_category for custom post types
- Custom Post type & Taxonomy 404
- WordPress menu with custom taxonomy
- attach CPT data to a taxonomy
- Listing all slugs?
- Custom Category Walker with Image, Fallback to Most Recent Post in Category Image
- Creating a non-hierarchical Taxonomy that behaves like categories
- Custom Post Type not showing in main loop
- My custom taxonomy is only displaying 1 of 3 terms
- How to get xml file for a single post type?
- How to change single custom post template by custom taxonomy?
- How to query Posts from a custom post type which contains a custom taxonomy?
- How to Control CSS Class Visiblity From WordPress Admin Panel based on Tax Terms
- Problem retrieving informations and displaying desired structure with custom post type and taxonomy
- How do I ensure that post_type and Taxonomy use the same slug?
- Archive page of CPT’s custom Taxonomy
- WordPress CPT Taxonomy Dashboard Search – How to include taxonomy in search?
- Custom Post Type meta data getting deleted on bulk editing taxonomies
- How to show related posts of category on post within custom posttype
- Not saving custom taxonomy while using ajax
- Dynamic template page calling shared taxonomies CPT or Plugin post type : how to clone taxonomy for plugin + set up dynamic shortcode
- Post Tags not working for Custom Post type
- 404 – Taxonomy Archive Page
- Some posts not displaying by taxonomy term
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- Custom taxonomy with custom post type archive page
- Multiple non-hierarchical custom taxonomies frequently used terms showing up in first selected taxonomy box
- Custom URL for Custom Post Type & Custom Taxonomy Term
- I want to create pagination for my custom post type archive that i am displaying with loop
- Showing taxonomies with terms that are attached to custom post
- Saving Child Terms on front end not setting parent
- Custom taxanomy and custom post type – pagination leads to 404
- Getting all custom post taxonomies and exhibiting only part of them
- Help with Travel Guide Setup
- Displaying WordPress posts from post and custom post type in custom taxonomy
- Custom post type taxonomy template and URL confusion
- Custom Post save causes 500 error
- Custom post type AND custom taxonomy are not connected
- Loop with Custom Post Type and Taxonomies
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- WordPress Custom Post Type and sort by Tags
- Displaying custom post types with taxonomy
- Using one custom taxonomy.php for two custom taxonomies?
- Add taxonomy to custom post type archive
- posting twice from an array?
- Custom taxonomy labels won’t display
- Custom post type with custom taxonomy
- How do i get the taxonomy term name on the CPT archive page?
- Calling custom taxonomies
- Limit taxonomy terms added to a custom post type
- I want to understand plugin implementation of custom posts / taxonomies / metaboxes
- Is it possible to use a post name in a custom post slug?