Using an acf custom taxonomy as dynamic content

Hi,

I have a CPT ‘recepten’ with two taxonomies ('gerechtsoorten, keukens). On a page I have the element Posts minimal, with the looper provider set to a query string (post_type=recept&post_status=publish&orderby=none&meta_key=&meta_value_num=&order=ASC&posts_per_page=)
So far so good. All posts are showing. But now I want a headline with this content: {{dc:acf:post_field field=“gerechtsoort”}}. Strange thing is that this works, but only for one post. So I must be doing something wrong, but can’t figure out what.
I also have facetwp active on the page, which only works when using a query string as provider. When I use the query builder it doesn’t work. Don’t know if this is of any relevance. Any ideas?

Hello @arnoldmeulenbeld,

Thanks for writing to us.

In order to help you with your concerns we need to check your settings. I would request you, please share the admin login details meanwhile I would suggest you troubleshoot a few of the common issues before we investigate your settings. Please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin-level username and password
  • Exact page URL

You can find the Secure Note button at the bottom of your posts

Thanks

Hello @arnoldmeulenbeld,

The “gerechtsoort” is a taxonomy. You can make use of the Terms (Minimal) element to display it.

You just have to change the Looper Provider to Current Post Terms and set the Taxonomy in the looper settings.

And you will have it like this:

Kindly let us know if this works for you.

Yes, thanks a lot. I thought I tried that already. Obviously not

You’re welcome @arnoldmeulenbeld

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