Hello -
I am trying to display my form entries on the front end like so: (partially finished) http://cl.ly/0D3u2y2G2E3s3m2n1B1z
You will see the filters there. I am currently doing this to get them to show up:
This works fine, even with the array merge. However, it is showing duplicated items. I want to only show one result if there are duplicates. I have tried this using array_unique:
However, it stops after the first item like so:
http://cl.ly/1U3S2Y023W2D162X3538
Any thoughts here on how to get this to work. I am trying to use these a filtering navigation, so I really just need the single item, not the duplicates.