$albumGenres = get_the_terms( $post->ID, 'discography_album_label' );
foreach ( $albumGenres as $albumGenre ) {
echo $albumGenre->name; // or whatever value
}
Related Posts:
- Custom post type single-{custom}.php not working
- Get terms by taxonomy AND post_type
- Get Posts by Custom Post Type ,Taxonomy, and Term
- Get The Post Type A Taxonomy Is Attached To
- Display current taxonomy term when inside custom post type
- Get term slug of current post
- How to limit the number of terms (terms acts like categories)
- How to build a complex page structure
- Add the custom post term to the custom post title
- Retrieve Custom Taxonomies with Description and Slug
- How to list posts by term (custom taxonomy)
- Custom taxonomy not saving correctly
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- How can I tell if I’m on a custom post type archive page?
- Taxonomy terms with the same name are updated between separate custom post types
- Query for specific taxonomy that executes a particular loop depending on volume of posts?
- Getting Same Description in All the Custom Taxonomy Posts
- Add a class to a div if custom post type has specific terms?
- Error 404 change permalink term custom term taxonomy
- Custom post type 404 category page
- display post count in archive page that have relation with another taxonomy term
- Return multiples taxonomies with wp_get_object_terms
- Custom taxonomy terms hierarchical navigation
- How to display custom taxonomy term specific post?
- How to list posts by terms
- Excluded Custom Taxonomy Term Posts Displaying in loop
- How to search through all child taxonomies using WP_Query?
- How to order taxonomy terms by most recent post?
- I have a random letter appearing before my content. Where to start looking for the cause?
- How to associate custom taxonomy terms with custom post type?
- get_queried_object not work in taxonomy page
- 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_the_terms child terms for current post/custom post only
- 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
- Custom Post Type / Taxonomy / Term – what template to use to avoid 404-page?
- Pages of my taxonomy terms are showing all posts
- Display title of all custom posts from same taxonomy term on a custom post template
- wordpress does not see the correct custom taxonomy hierarchy
- Add active class to foundation 6 tabs while looping categories
- Saving Child Terms on front end not setting parent
- How to show terms used only for particular custom post type. Filter creation perpose
- Get category list & taxonomy list from different post type using post id?
- How to get all posts related to a taxonomy?
- Custom taxonomy- only output relevant terms
- Why get_posts() returns empty array while I am trying to get posts from some specific taxonomies and work properly with others?
- order taxonomy alphabetical
- Filter Term By Parent Term – Custom Post Type
- Filter By Term Not Working – Custom Post Type
- Display all Custom taxonomy terms and their relevant custom posts
- Help with Multi Level Category Archive Page
- WordPress get all post with like in terms [duplicate]
- Get posts of an specific term of a custom taxonomy
- WordPress add taxonomies/terms list as a menu in archive page
- Decrement term in for each
- Custom post type with custom taxonomy permalinks
- Best way to group posts based on custom post type terms
- Hide Custom Taxonomy title if not associated with another Custom Taxomony
- Custom taxonomy page template
- How to pass taxonomy terms to WP_Query along with $args?
- Custom Post Status & Taxonomies
- 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
- Prevent repetitive terms in get_the_term_list
- Issue on Counting CPT’s Under Taxonomy Term
- How to List CPTs Under One Tax Term
- How to retrieve the permalink for a specific (custom) 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
- Get term_id for each instance of custom taxonomy
- List a custom taxonomy’s terms, with links, on the taxonomy page
- How to Create Custom Post Type with Multiple Color Options?
- taxonomy terms array not working
- install.php Custom Taxonomy Term not being added to custom post
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- Custom post type and custom taxonomy archive inaccessible
- Apply custom names for generic custom taxonomy name?
- get_the_term_list() wanting to loop through the returned values
- List custom taxonomy terms
- show 10 most recent custom post types excluding the one(s) from specific custom taxonomy
- How to Get The Taxonomy Term in Custom Post Type Loop Inside a Wp Query
- Display associated taxonomy child name on single CPT page
- How to manage a bookstore
- Get all terms assigned to a post from different taxonomies
- Issue On Listing Woocommerce Parent Tag List
- Get term link of shared taxonomy between multiple post types
- 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
- Get a custom post type’s taxonomy type term names displayed as checkboxes and filter
- Display posts from Custom Post Type, group by term, arrange term groups and arrange items within groups by menu order
- Is it possible to get_terms by taxonomy AND post_type?
- How to list custom taxonomy terms without the hyperlinks?
- Is there a way to edit non-custom term attributes?
- Can’t retrieve custom post type taxonomy term to custom post type editor