Display Taxonomy Names/Labesl - ACF #194
ascheipner
started this conversation in
Coding (HTML, PHP, CSS, JS)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a CPT with ACF and in a subfield I have a gallery, an image (as thumnail for the gallery) and a taxonomy multiselect. In Oxygen I am using a repeater and when I try to pull the taxonomies only the word "ARRAY" is displayed, The return value in ACF is set to object. I tried a the type "select" as an field type too, but it's the same problem here.
Basically I want to display the names of the tags or categories on the page in a span and use it like in the video "Using Isotope To Sort & Filter Posts In WordPress With Oxygen" as a filter.
So that in the end I have a bunch of galleries (which will open in a modal by clicken die thumbnail image) which I can filter by tags/categories.
Beta Was this translation helpful? Give feedback.
All reactions