lordealeister/popular-posts

Enable view count on posts

1.3.1 2021-11-17 14:54 UTC

This package is auto-updated.

Last update: 2024-04-17 20:11:56 UTC


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