如何在Drupal的主要分类页面中显​​示子术语?

cod*_*ama 8 views ubercart drupal-7

我有类别:

  • 相机(4)
    • 配件(2)
    • 包和外壳(2)
      • 内(1)
      • 外(1)

如果我打开相机,我什么也看不见,只有:

There is currently no content classified with this term.
Run Code Online (Sandbox Code Playgroud)

相反,如果我点击"相机",我希望视图自动显示孩子.因此,点击相机应显示配件的所有内容,以及包和外壳以及内外.如果我点击袋子和外壳,它必须只显示袋子和外壳,内部和外部.

我该怎么做?

nmc*_*nmc 7

您是否尝试过向视图添加上下文过滤器 Content: Has taxonomy term ID (with depth)?请参阅https://drupal.stackexchange.com/a/58526