Looper using "Current post terms" with custom post type and custom taxonomy

Hi have a custom post type (ACF) wich have two custom taxonomies (ACF).

For this custom post type I made a “single layout”, and I just want to show other posts within the same category from the custom taxonomy “A”.
For that, I made a section wich is a looper provider with “Current Post Terms”, I select taxonomy “A” (and a row with a column wich is a consumer, and dynamic fields), but it does not work, it only shows the same content itself in the list (looper).

But, just to test it: If I change the looper provider to “Query builder”, then (in Taxonomies) I select a category from the same taxonomy “A”, then the looper works fine, and shows me the contents in that category.

So there is some problem with “Current Post Terms” looper (maybe because it’s custom post type and custom taxonomy??)

Thank you

Hello @llribas,

Thank you for the inquiry.

Please note that the Looper Provider > Current Post Terms retrieves the terms in a given taxonomy, not the posts associated with those terms. If you select Categories for example, it will return a list of post categories. In this case, you’ll have to use the Query Builder. Hope this clarifies it a bit.

Best regards,
Themeco