我正在尝试在Alphabetical组中显示我的特定内容类型的内容。
我做了什么?
1. Added a vocabulary "Category" 2. Added a term(Myterm) inside this vocabulary. 3. Added a field in content type and put the relation with this vocabulary and the default option is the term name.
这很好用。现在我想在内容字母组中显示Myterm页面。为了您的信息,我使用Pathauto模块来创建分类术语url。所以我目前的网址是domainname.com/MyTerm
此页面显示属于MyTerm术语的结果。我想只显示按字母顺序排列的组,每个组将包含标题以该组开头的内容。请各位建议我如何实现这一点。提前谢谢。
e.g。 假设我的要求如下:
[A]
惊人的视频
一个很好的教程
获奖软件
[B]
英国文化协会
马上回来
[C]
案例讨论
内容隐私
....
答案 0 :(得分:0)
有一个名称为词汇表的默认视图(admin / structure / views / view / glossary)。查看此视图的上下文过滤器,了解如何创建词汇表。