lordealeister / popular-posts
Enable view count on posts
Installs: 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
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