I’ve created a component and used some custom php to provide all custom taxonomies for a case study post type, then I’ve used this in the Component Parameters as a dropdown so I can select a specific category on some pages relating to that on my website, this part of it is working great.
However I also want to dynamically populate this within a case study/insight instead of having a component for each seperate taxonomy, would there be a way to use the current post taxonomy names within a looper provider to get related posts?