Home › Forums › General Issues › my custom field does not appear ? › Reply To: my custom field does not appear ?
Hi @korkor
Are you sure you’re looking in the right place?
In the sourcecode there is a <div class="kwayy-team-group-desc">
but looking at your code template where you post the code there is not.
That aside. When you work with something other than a post type you need to specify the second parameter as taxonomy_termid
.
So a call to the_field()
where you want to fetch info from a term should look like:
the_field('field_name', 'taxonomy_termid')
where taxonomy is your tax slug and termid is the terms id.
Check this documentation out: https://www.advancedcustomfields.com/resources/get-values-from-a-taxonomy-term/
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.