Drupal Views Has Taxonomy Term with multiple terms

drupal, drupal-7, drupal-modules, drupal-taxonomy, drupal-views

Solution

From the `manage view` page, go to section `Filter criteria` and click `Add`.

Then choose `Content: Has taxonomy term` and choose the vocabulary and the both terms you wanna use.

Hope this helps... Muhammad.

Problem

Good Morning, I am developing an website and i am in a struggle to resolve this: I have a link like this: mywebsite.com/aliments/fruit/banana. And in a View that creates the page aliments i want only to show terms with fruit and banana checked at the same time. My taxonomy terms are like this way: Fruit ``` -Banana -Apple ``` Fish ``` -Sardine ``` And so on... So i have the tag Fruit and banana checked at the same time. Some how i can't do it, if someone can help me. Thanks, Pedro Dias

Original source