I’ve acquired a customized taxonomy "sector" related to posts; posts are assigned to the default classes as nicely. What I would like to realize is to indicate in a customized sidebar a listing of "categories" hyperlink/title, the submit of that are assigned to the chosen "sector".
Eg.: say that my knowledge are organized like this (hope this make sense), with three posts related to a numerous classes AND to a specific sector:
Publish 1
- class: category_1
- sector: sector_1
Publish 2
- class: category_2
- sector: sector_1
Publish 3
- class: category_3
- sector: sector_1
Now, after I’m within the "sector_1" archive web page, within the sidebar I would like to indicate the next checklist:
- category_1
- category_2
- category_3
Is that this attainable? Perhaps utilizing tax_query or different strategies?