Typecho 分页和上下篇函数调用

分页

<?php $this->pageLink('下一页','next'); ?>
<?php $this->pageLink('上一页'); ?>
<?php $this->pageNav('上一页', '下一页', '5', '……'); ?>
<?php $this->pageNav('Newer', 'Older', 1, '...', array('wrapTag' => 'nav', 'wrapClass' => 'page-nav', 'itemTag' => '', 'prevClass' => 'extend prev', 'nextClass' => 'extend next', 'currentClass' => 'page-number current' )); ?>

默认上下篇调用:

$this->thePrev('上一篇 : %s', '没有上一篇');
$this->theNext('下一篇 : %s', '没有下一篇');

自定义调用:

下一篇<?php $this->theNext('%s','<p>没有下一篇</p>'); ?>
上一篇<?php $this->thePrev('%s','<p>没有上一篇</p>'); ?>
换色
阅读
登录
扫码