日期:2015-01-29 阅读:3603
dmandwp系统 - wordpress系统和DM系统区块建站>>
Flippy is an ultra-simple module that generates previous/next pagers for content types. On the Node type administration screen, you can turn Flippy on or off
for each content type. It'll generate a unique pager for each content type, so you can page through Articles or page through Blog posts, but you can't page
through all nodes on the site.
下载: https://www.drupal.org/project/flippy
模块启动后,再去要使用它的内容类型设置下即可。
在模板文件里,可以这样调用:
<?php print render($content['flippy_pager']); ?>
--------------