lordealeister / popular-posts
Enable view count on posts
Package info
github.com/lordealeister/popular-posts
Type:wordpress-plugin
pkg:composer/lordealeister/popular-posts
1.3.1
2021-11-17 14:54 UTC
Requires
- abuyoyo/cmb2-switch-button: ^1.2
- cmb2/cmb2: ^2.9
README
Enable view count on posts
Usage
Posts views are tracked automatically. To set view manually, use:
set_post_view() // Current post
set_post_view($post_id) // Specific post
To get post total views:
get_post_views(); // Current post
get_post_views($post_id); // Specific post
To get most popular posts:
get_popular_posts($args); // Pass additional args to query