Files
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00
..
2026-03-07 11:19:25 +08:00
2026-03-07 11:19:25 +08:00

Typecho文章浏览数排行插件Views v1.0.1

通过在文章数据表中自增字段views实现统计浏览次数效果并按排行输出热门文章列表。

输出访问次数:

<?php Views_Plugin::theViews(); ?>

定制文字:

<?php Views_Plugin::theViews('有 ', ' 次点击'); ?>

输出最受欢迎文章:

<?php Views_Plugin::theMostViewed(); ?>