lordealeister/popular-posts

在文章上启用查看次数

安装: 105

依赖: 0

建议者: 0

安全: 0

星标: 2

关注者: 1

分支: 0

开放问题: 0

类型:wordpress-plugin

1.3.1 2021-11-17 14:54 UTC

This package is auto-updated.

Last update: 2024-09-17 21:03:30 UTC


README

在文章上启用查看次数

用法

文章查看次数将自动跟踪。要手动设置查看次数,请使用

set_post_view() // Current post
set_post_view($post_id) // Specific post 

获取文章总查看次数

get_post_views(); // Current post
get_post_views($post_id); // Specific post 

获取最受欢迎的文章

get_popular_posts($args); // Pass additional args to query