As there’s multiple Taxonomies, you will need to loop through all of the assigned taxonomies of that post type. get_object_taxonomies is the function which returns array of post type taxonomies.
global $post;
foreach ( get_object_taxonomies( $post ) as $tax_name ){
$taxonomy = get_taxonomy( $tax_name );
$label = $taxonomy->labels->name;
the_terms( $post->ID, $tax_name, $label . ': ', ', ' );
}
Related Posts:
- query multiple taxonomies
- wp_set_object_terms() is not replacing term, but creating a new one
- show tags of custom post type ONLY
- Custom Taxonomies Terms as Post Title for Custom Post Types upon Publishing
- How to get term link that crosses different custom post types?
- Retrieve single term slug
- Not Able to Insert Taxonomy Term Using wp_insert_post()
- array_pop() expects array, boolean given for $event_type_term ->slug
- How can I add programmatically custom taxonomy terms to a custom type post when saving posts?
- post count is wrong when using same taxonomy for 2 different CPT
- How to hook get_terms() to only show count of posts that have custom meta
- Glossary with Custom Post Type
- Displaying custom post type by first letter through custom taxonomy
- Separate Custom Post Type Taxonomy by Comma
- Custom Search | Wrong output & question
- Sort the main query in subcategories/terms?
- Trouble adding custom featured image for custom taxonomy TERMS
- Get child terms of current term of the current post
- List all custom post type posts from a given category?
- Get the terms of a custom taxonomy for a specific author in author template
- How to get the first term for the current taxonomy?
- How to get category image custom post type taxonomy in wordpress?
- Category page only displaying the posts from a custom type
- Output the content of a term organised by each of the CPT?
- How to get posts from multiple custom post types according to it’s custom taxonomy terms?
- Have a Custom Post Type index page display taxonomy items instead of posts
- How to check the terms in single custom post type template
- Displaying a custom post types custom taxonomy value?
- how to get URL of media uploaded to WordPress via media_handle_sideload()
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Update post terms with custom taxonomy
- How do I display tags for a custom post type single page?
- Get template part using a custom taxonomy term
- How to restrict users and admin from creating new taxonomy terms?
- using $wpdb to get custom post type with term
- Show posts from two or more custom taxonomy terms
- Allow user to set custom order to a list of custom taxonomies?
- Displaying custom taxonomy in the admin list of a custom post type
- Which post does a taxonomy term belongs to?
- How do I display the taxonomy term alongside the post type post title?
- Custom post taxonomies as tax_query terms?
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- WordPress loop: Show only a Custom Post Type Taxononmy TERM
- How do I require the specification of term in a custom post type and custom taxonomy?
- Custom Post, set object Taxonomy terms in plugin
- How to get custom posts sub category link
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- PHP Code to Display Term URL & Name of a Post Under a Custom Post Type
- Displaying custom-taxonomy-terms sorted by parent/child-hierarchy?
- How to get WordPress term attached to the Post?
- return only the first two terms of custom post
- Get parent category id from child category page for custom taxonomy
- Category archive in with conjunction with custom post type is empty
- Add arguments to get_the_terms for custom post types
- How to get only child terms from a custom taxonomy of current post type?
- How to Display Posts From Category Within a Custom Taxonomy?
- The Difference Between Categories and Tags and Taxonomies and Terms
- how to count the current posts terms
- Get the link of the first post of a custom taxonomy in a custom taxonomy list
- Commas not displaying in implode
- How can I get 3 different taxonomy type terms in a div class element?
- Get terms for a specfic post from multiple taxonomies in custom post type
- Custom Post Type Taxonomy Term Order by Title
- Add custom post type taxonomy tag to article class
- Custom Taxonomy dont save in a frontend form for post a custom post
- Custom taxonomy not saving correctly
- Get_the_term_list inexplicably adds values in foreach
- Get List of Terms based on a given term (different taxonomy)
- CPT : Next or Previous term link when has not adjacent post
- display post count in archive page that have relation with another taxonomy term
- Return multiples taxonomies with wp_get_object_terms
- get taxonomies from terms
- Excluded Custom Taxonomy Term Posts Displaying in loop
- Display Custom Post Type Based on Taxonomy With WP_Query()
- Change the term based on the value of a $variable using wp_update_post in submitting a form
- Get all posts for custom taxonomy term
- posts_per_page is not working by term
- wp_set_post_terms not updating with WP Cron Event
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- Add active class to foundation 6 tabs while looping categories
- Saving Child Terms on front end not setting parent
- how it’s possible to show from a post of a custom post type the taxonomy/terms?
- Filter By Term Not Working – Custom Post Type
- Get posts of an specific term of a custom taxonomy
- Fetch posts list from fist CPT taxonomy term and list under 2. CPT
- How to List CPTs Under One Tax Term
- Exclude Custom Post Type from shared Custom Taxonomy
- Remove Custom Taxonomy Slug only without removing Custom post type slug in permalinks
- Get a list of categories ids
- Using get_terms() as shortcode attribute
- taxonomy terms array not working
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- List custom taxonomy terms
- Display associated taxonomy child name on single CPT page
- Issue On Listing Woocommerce Parent Tag List
- Taxonomy Archive URL + Template
- Get a custom post type’s taxonomy type term names displayed as checkboxes and filter
- Is it possible to get_terms by taxonomy AND post_type?
- Is there a way to edit non-custom term attributes?
- How to determ a custom post type url?