wordpress如何基于当日浏览增量来排序文章而不是基于所有浏览量,那么我们这里需要记录每天的浏览量。

首先需要安装一个插件,wordpress popular posts。

然后在主题的functions.php里加上以下代码:

然后在需要显示热门文章的地方这样调用:

如果发现加上以上代码还是不生效,那是因为需要重新计算浏览量,你需要把上面的$accuracy的值改成100%即可。You only need to do this step once. When you are done, change the $accuracy again.