How would I display a list of users who have viewed the post you are viewing?
I need to hide/remove the numbers behind the Edit screen in the backend.
I’m using Jetpack to retrieve the number of views for each blog post.
Is there a way to use this to generate a call to the most viewed posts and list them?
I hope somebody would be kind enough to help. I currently have a page that orders all of the posts by comment count, but I want to change the loop to order the posts by view count. I have installed the ‘wp-postviews.1.50’ plugin and have got it to display the number of views on each post, so I know that side of it is working, now I just need the loop code changed to order by most views, is this possible?
I am testing a ranking system for posts, and I’d like help with the below: Upon publishing a new post, I’d like the post view…