自定义视图中的 Drupal 7 分页

发布于 2024-10-31 21:48:23 字数 154 浏览 0 评论 0原文

我已经为名为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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

染年凉城似染瑾 2024-11-07 21:48:23

在视图的编辑页面上,确保您位于页面显示选项卡上。然后查看基本设置小节并查找使用寻呼机选项。

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.

一个人的旅程 2024-11-07 21:48:23

感谢您通过更改视图为我指明了正确的方向,但是由于我的自定义模板,我需要添加

<?php print $pager; ?>

才能使其显示在页面中。

谢谢

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

<?php print $pager; ?>

to get it to display in the page.

Thanks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文