自定义视图中的 Drupal 7 分页
我已经为名为views-view--projects-landing-page.tpl.php 的页面创建了一个自定义视图,并且我想在页面中包含分页。
我当前正在显示页面内的所有内容,但希望将其分页为 8 个项目。
请有人指出我正确的方向。
谢谢
I've created a custom view for a page called views-view--projects-landing-page.tpl.php and I want to include pagination within the page.
I'm currently displaying all content within the page but would like to paginate this to 8 items.
Please can someone point me in the right direction.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在视图的编辑页面上,确保您位于页面显示选项卡上。然后查看基本设置小节并查找使用寻呼机选项。
On the edit page for the view, make sure you're on the Page display tab. Then look under the Basic settings subsection and look for the Use pager option.
感谢您通过更改视图为我指明了正确的方向,但是由于我的自定义模板,我需要添加
才能使其显示在页面中。
谢谢
thanks for the help you pointed me in the right direction by chaning the view however due to my custom template I needed to add
to get it to display in the page.
Thanks