在一页中为每个子术语显示不同的组
我正在使用分类视图来显示属于某个术语的所有节点。
如果它是父术语,则显示属于子术语的所有节点(我设置了深度> 0)。
然而,节点全部显示在一起。虽然我希望它们显示在不同的组中(每个儿童学期一个组)。
谢谢
I'm using Taxonomy View to display all nodes belonging to a term.
If it is a parent term, all nodes belonging to the children term are displayed (I've set depth>0).
However the nodes are displayed all together. While I would like them to be displayed in different groups (one for each children term).
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Patrick,带有节点的分类视图提出的解决方案正是您所需要的,因为bkildow指出。
唯一的区别是,您需要添加“分类法:所有术语”作为字段,而不是添加“分类法:术语”。其余字段由您决定,但建议至少有一个链接到完整节点的标题。
对于“视图”选项,您可以选择适合您的任何格式,只是不要忘记将分组字段设置为“分类:所有术语”(或您可能希望在字段属性中为其提供的任何标签)
Patrick, the solution proposed at Taxonomy view with nodes is what you need, as bkildow pointed out.
The only difference is that instead of adding "Taxonomy: Term" you need to add "Taxonomy: All terms" as a field. The rest of the fields are up to you, but at least a title linked to the full node is advisable.
For the View options you can choose whatever format works for you, just don't forget to set the grouping field to "Taxonomy: All terms" (or whatever label you may want to give it in the field properties)