Hi. I’m working on a single page layout that leverages an ACF field group that has both single-element components (number, text) but also 3 taxonomies within a custom post type.
When I try to call the values logged in a specific page, I can get the_content
and the two single element fields to show up no problem. But when I try the same for the taxonomies, I either get nothing via an ACF query (for example {{dc:acf:post_field field="vineyard"}}
, or I get the category ID number using {{dc:post:meta key="vineyard"}}
.
(I’ve set each of those taxonomic fields to Return Term Object, btw)
I’m guessing a clue is that when I use the Dynamic Content generator I see those single-fields, but not the fields that are taxonomies:
I know ACF is a third party product, but I have a feeling I’m just not constructing the query correctly, and hoping you can give me some guidance. Thanks in advance!