如何限制视图中的结果?
我在 feed 聚合中创建了四个类别。显示大约 100 个结果。我想创建聚合项目的视图,在聚合项目中,我使用 feed 类别来选择我在 feed 聚合中创建的类别。现在,我希望该类别仅显示最新的 5 个结果,而不是每个类别的全部 100 个结果。
怎么可能??? 对此有什么想法吗?
I have created four categories in feed aggregation. which show the results about 100. I want to create a view of aggregation item and in aggregation item i use the feed category to select my category which i have created in feed aggregation. Now here i want the category to show only latest five results not the all 100 results for each category.
How it is possible???
Any idea about this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Drupal 视图显示 - 设置查询限制中解决结果
总结:使用视图基本设置中的“显示项目”字段。
Addressed in Drupal View display - setting a limit for the query results
To sum: use the Items do display field in the view's basic settings.
只需限制您的寻呼机仅显示 5 个项目,然后单击完整的寻呼机。还添加节点的排序标准:创建日期。并选择 desc...u vl 获得前 5 名..
希望它有帮助..!!!
Just limit your pager to display only 5 items and click on full pager.Also add a sort criteria of node:created date. and select desc...u vl get the top 5..
hope it helps..!!!