$albumGenres = get_the_terms( $post->ID, 'discography_album_label' );
foreach ( $albumGenres as $albumGenre ) {
echo $albumGenre->name; // or whatever value
}
Related Posts:
- Get Posts by Custom Post Type ,Taxonomy, and Term
- Get The Post Type A Taxonomy Is Attached To
- How to limit the number of terms (terms acts like categories)
- Custom Taxonomies Terms as Post Title for Custom Post Types upon Publishing
- wp_get_object_terms(): count relative to passed IDs?
- Not Able to Insert Taxonomy Term Using wp_insert_post()
- array_pop() expects array, boolean given for $event_type_term ->slug
- post count is wrong when using same taxonomy for 2 different CPT
- Maintaining strict one-to-one association between terms and custom posts
- Displaying custom post type by first letter through custom taxonomy
- If on term-page -> get the current term?
- Separate Custom Post Type Taxonomy by Comma
- Trouble adding custom featured image for custom taxonomy TERMS
- Get child terms of current term of the current post
- Creating a function that receives the taxonomy terms that have been changed in a custom post type
- Get all taxonomies for all post types
- Get the terms of a custom taxonomy for a specific author in author template
- How do I provide a “show all posts” link in a paginated term archive?
- Limit users by custom taxonomy and user roles
- How to get posts from multiple custom post types according to it’s custom taxonomy terms?
- need advice on how to do a lists using custom post types – taxonomy vs postmeta
- How to check the terms in single custom post type template
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- 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?
- Filtering WP_Query Dynamically on the Front-End
- What template files do I need to customise custom-category-term-links rather than fall back on archive.php?
- 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
- 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?
- custom taxonamy and post type
- Return the latest post from a custom Taxonomy and Post Type
- Don’t know how to show custom taxonomies from a custom post_type
- How do I display the taxonomy term alongside the post type post title?
- 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 display the taxonomy for a custom post type in an array
- How do I require the specification of term in a custom post type and custom taxonomy?
- Custom Post, set object Taxonomy terms in plugin
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- Display taxonomy terms, child terms and posts in a template
- Use custom walker to add taxonomy terms to main nav menu
- Add term to custom post type on draft
- Displaying custom-taxonomy-terms sorted by parent/child-hierarchy?
- How to produce a sub-page-system in WordPress
- Query posts with double taxonomy
- Adding predefined terms to a taxonomy
- Custom query – get_the_terms not work
- 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
- Custom Taxonomy Terms in Menu lead to which page?
- 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
- 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
- Getting Same Description in All the Custom Taxonomy Posts
- Error 404 change permalink term custom term taxonomy
- display post count in archive page that have relation with another taxonomy term
- Return multiples taxonomies with wp_get_object_terms
- Excluded Custom Taxonomy Term Posts Displaying in loop
- How to search through all child taxonomies using WP_Query?
- I have a random letter appearing before my content. Where to start looking for the cause?
- Custom Post Taxonomy Template Not Loading Properly
- 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
- How to display only child category post in related posts in custom post type?
- 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
- Why get_posts() returns empty array while I am trying to get posts from some specific taxonomies and work properly with others?
- Filter By Term Not Working – Custom Post Type
- Help with Multi Level Category Archive Page
- Get posts of an specific term of a custom taxonomy
- Custom taxonomy page template
- Get list of CPT posts in *current* post’s taxonomy term
- show custom taxonomies in hierarchy
- 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
- taxonomy terms array not working
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- get_the_term_list() wanting to loop through the returned values
- List custom taxonomy terms
- Display associated taxonomy child name on single CPT page
- Issue On Listing Woocommerce Parent Tag List
- How to use wp_set_object_terms depending on page ID?
- Taxonomy Archive URL + Template
- ACF Pro simple Business Directory – Requesting assistance with created Templates and associated Functions.php Coding
- Is it possible to get_terms by taxonomy AND post_type?