The shortcode listed in the help page is '[wpv-taxonomy-title]', not '[wpv-post-taxonomy]'. But it doesn't work that way (as in, the page with that view displays nothing), and when use the Fields and Views button to add a shortcode, this is what it comes up with.
Link to a page where the issue can be seen:
It's under construction and I won't be able to make it available just now.
I expected to see:
A list of available options in the taxonomy tax-exchange-type, each linking to the /places-to-go page with the relevant filter applied.
Instead, I got:
A list of all possible combinations of the taxonomy options used in all posts. As in, if a particular tax-exchange-type has been applied to three posts, it is displayed three times. If a single post has two tax-exchange-types assigned, an item is displayed with both those shown together.
The links seem to work fine, as in each of the instances of a tax-exchange-type displayed links to the same /places-to-go page with the filter.
How do I set this up so the view doesn't display the same taxonomy option multiple times?
Yes, that is correct. I thought this is what the article I linked recommended. If there is another way to pre-select a taxonomy before displaying the view, I would happily go for it.
Actually this view here is a Post view hidden link
What you need to do is to switch this view to a Taxonomy view. Then add a query filter to this view for the taxonomy term and set it to display for the current post.
Then you can add this view to the parent search view and it will display the terms of the current post in the view loop.
Actually, one more question. This all works fine now. But I was hoping that after I pre-select the Exchange Type and get ported to the site with the filter already on, the dropdown menu where this filter is listed in that view will have this option selected and I will be allowed to select a different one if I change my mind. But it doesn't. How can I make this part work?