In Drupal there is a View page to make the nodes attach to the term :
/admin/structure/views/view/taxonomy_term
I need this View to show the nodes belonging to the term and its child terms.
Here is an example :
- term 1
- term 2
- - term 3
- - term 4
- term 5
I have a node attached to term 3.
If I go to the page of term 2, I want the nodes that are attached to this term or its child terms to be displayed.
So the node attached to term 3 must appear on the page for term 2.