I an using two taxonomies with private posts.
- category e.g. massage, travel
- location e.g. new-york-city, boston etc.
On a location page, I want to show categories that are relevant to that location. e.g. If I am on ?location=boston page I would find all the posts that are in boston, then I would find a list of categories in which these posts are categorized. I want this list to be displayed on top of location page.
Is there is a simple, built-in way to do all this?