Hi,
elaborating on the abover reply, is there a function to display the total number of views for all the posts combined?
the closest one i found in the reply is :
pvc_get_post_views($post_id) – to get post views for a post or array of posts
pvc_post_views($post_id, $echo) – display post views for a given post
however, i don’t know how to specify the “array of posts” mentioned. so i can specify a big range to cover all the posts.
any advice?
Cheers