Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#297550
assetweb
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');