Display ACF muti-select choices on post layout

I have a post layout where I want to display text relating to the post in the header. In ACF I have a multi select of Senses. When making a post the user can select “Smell” and “Touch”. How do I get those to then display on the header?
I put in the Terms List and set the Looper Provider on the List to Array “{{ acf.post_field({“field”:“sense”}) }}”
I then set the Term’s Primary Text to “{{ acf.post_field({“field”:“sense”}) }}”

The result is one term listed saying “Array”

What am I doing wrong?

Hello @tylerlukey,

Thanks for writing in!

If your field returns an array, you can display an array. But when the field is a selection, it will only return the selected choice. It will not display all your choices. Please provide us with your WP details so we can check it. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
– Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

image

Best Regards.

I added the note, thank you very much.

Hi @tylerlukey,

Unfortunately, the given credentials are not working. Can you please check and send it once again ?

Thanks

I have updated the secure note, sorry.

I don’t think this is possible. You can just close this out.

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