Home › Forums › General Issues › get_field doesn’t work for tags › Reply To: get_field doesn’t work for tags
A “Field Group” and a “Group Field” are different things. A field group holds all the fields. A group field is a type of field that is used for display purposes to group a set of sub fields together.
If the fiels has a value then there is not reason that it should not be working
$field_value = get_field('about_schema', $term, true);
echo $field_value;
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.