Hi luoy, I need to show only those appellations that apply to the wines of the selected winery, and I need them to show only once and not be duplicated, even if 2 or more wines from that winery come from the same appellation (see the sidebar on the right: http://www.crushdistributors.com/newvintage/winery/domaine-joseph-voillot/). Right now the view that shows the appellations is set up to show the Wine post type (because the appellations are a custom taxonomy used with wines), and the view is filtered "Select related posts that are a child to the Post set by parent View." and this is my layout code:
<wpv-loop>
<div>[wpv-post-taxonomy type="appellation" separator=", " format="link" show="name" order="asc"]
</div>
[wpv-post-taxonomy type="appellation" separator=", " format="text" show="description" order="asc"]
</wpv-loop>
Is there a way to not show duplicates in this view?
Thank you,
Christine