I have some stuff under a nested taxonomy (for example: main tax > subtax 1 > subtax level 2 > wordpress plugin).
Let’s say the stuff is under the WordPress Plugin. I want to show the posts under this taxonomy only. I don’t want to show the items from the parent taxonomy. How do I set the query condition?
I’ve created a template for the stuff under taxonomy. I assigned the template correctly. But the problem that I am facing now is not knowing how to set the query in Cwicly.
If you have set the custom type up with the correct urls and are showing them in a separate page/template, you can inherit the query from url and that should do what you want.
If you are doing something more dynamic, it would be necessary to see how you intend to load the items to know the best approach (e.g. whether you are using a filter or nested queries or a sub-page, etc).