然后在底部加入: Read More
posted @ 2017-02-04 22:18
tinyphp
Views(1000)
Comments(0)
Diggs(0)
将以下代码放在functions.php,一个是获取阅读量,一个是设置阅读量 注意:调用了setPostViews函数后,每刷新一次就会增加一次浏览量。 在内容页(single.php,或page.php )尝试一下吧: 参考文档: http://wp-snippets.com/post-views Read More
posted @ 2017-02-04 17:40
tinyphp
Views(3066)
Comments(0)
Diggs(0)
注意的是这个受后台这里的文章篇数设置所影响~ 一、使用内置方法 (WordPress 4.1以前无效) the_posts_pagination 输出分页式导航,用法: 参数说明:$mid_size 第几个开始显示省略号,$prev_text 上一页文本,$next_text 下一页文本,$befo Read More
posted @ 2017-02-04 00:16
tinyphp
Views(18565)
Comments(0)
Diggs(1)