Home > Backend Development > PHP Tutorial > [已解决]typecho分页搞成上一页,下一页

[已解决]typecho分页搞成上一页,下一页

ringa_lee
Release: 2023-02-28 12:50:01
Original
27841 people have browsed it


如题,想要简单一点的分页,可是貌似只能改源码?
我看还有个经典样式,不知如何用?
Typecho_Widget_Helper_PageNavigator_Classic
typecho论坛好像抽风了,所以到这里来问,感谢回答~

仔细找了代码,已经解决了...

<?php $this->pageLink(&#39;下一页&#39;,&#39;next&#39;); ?>
<?php $this->pageLink(&#39;上一页&#39;); ?>
Copy after login

这个问题已被关闭,原因:

回复内容:

如题,想要简单一点的分页,可是貌似只能改源码?
我看还有个经典样式,不知如何用?
Typecho_Widget_Helper_PageNavigator_Classic
typecho论坛好像抽风了,所以到这里来问,感谢回答~

仔细找了代码,已经解决了...

?php $this->pageLink(&#39;下一页&#39;,&#39;next&#39;); ?>
<?php $this->pageLink(&#39;上一页&#39;); ?>
Copy after login

                       

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template