Hi there
Have a look at https://www.advantis.dk/cases-v3
Here I output posts using the CS Element ‘Posts’ with the Looper Provider here https://a.cl.ly/2NuEWbAA. This works great.
However I have outputted some custom selectboxes in the top of the the same page, which I will use to filter the posts by one or two custom taxonomies. The selectboxes are outputted using a custom shortcode I have made, and I can easily do the JS filtering myself.
However - I will need to output a data-attribute for each post on the page. The attribute should output all terms from a custom taxonomy I have created.
How do I add the data-attribute most easy outputting terms from my custom taxonomy on each post?
Thanks!

