Home › Forums › Back End › Display custom taxonomy (like “the_category”) for custom post type › Reply To: Display custom taxonomy (like “the_category”) for custom post type
October 20, 2019 at 10:05 pm
#297550
Participant
Thanks. This worked best for me with ACF v5.8.0 showing only terms for a specific custom post.
$terms = get_the_terms($post->ID, 'discipline');