标签: drupal drupal-6 pagination
有没有人知道如何设置pager_query()以在显示页面时自动转到查询的最后一页?我正在使用theme_pager()来格式化页面。
答案 0 :(得分:1)
drupal_goto:http://site.com/views_page_link?page=LastPageNum 通过查询结果的计数来确定LastPageNum。显示的元素计数。