通过在文章数据表中自增字段views实现统计浏览次数效果并按排行输出热门文章列表。
输出访问次数:
<?php Views_Plugin::theViews(); ?>
定制文字:
<?php Views_Plugin::theViews('有 ', ' 次点击'); ?>
输出最受欢迎文章:
<?php Views_Plugin::theMostViewed(); ?>