Creating Related Post Section Using the Current Page's Taxonomy

I’m trying to use Looper provider: Query String to make a related case study section on each case study.

I want to get the current pages taxonomy to then pull pages, that share that taxonomy, onto that page.

The taxonomy I’m trying to retrieve is the the custom one i set up case-study-tag.

posts_per_page=-1&post_type=case-study&case-study-tag=CURRENT POST TAG&orderby=date&order=desc

I’m lost as to what i need to put there to get my desired effect.

Hello @daneruef,

Thanks for writing to us.

You will need a Looper Provider Custom to be able to get the related post based on the taxonomy. Please check out this documentation:

And this old thread can be your reference in getting the query arguments:

Hope it helps
Thanks