Can't access term's acf fields

I have posts that have categories, and for the categories I have customizations like accent color etc, and I want to be able to access them using {{dc:acf}} How do I access the given accent_color from a Posts term?

The field group is called ‘category_details’ and I have these fields:

accent_color: hex string (color)
text_override: boolean
text_override_color: hex string (color)

In my post I can get the name/id of the term using {{dc:term:id/name}} but I can’t get any fields attached

Hello @jrhager84,

Thanks for writing in!

You should be using {{dc:term:meta key="accent_color"}}.

Kindly let us know how it goes.

Ah. That seemed to do it. Thanks!

No problem, @jrhager84.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.