for the archive page of our events post type, we want to display all of the categories within the archive page.
For that we have created a loop and a corresponding loop item, that only contains the taxonomies [wpv-post-taxonomy type="veranstaltungen"] (events).
The problem is that the taxonomies get displayed multiple times for every single event item, that is assigned to that taxonomy.
So there are duplicates. Logically it makes sense, because it's the archive of the events, but is it possible to display only one item per taxonomy?