Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a way (preferably via plugin) to display the amount of times a post has been viewed in the admin, specifically on the "All Posts" list.

To illustrate my point, I'd like something similar to the little bubble that displays the number of comments on the post, but for views. Does anyone know of any plugins that do this? or how can I modify the admin theme to show it, preferably on a way that allows the change to remain there even after upgrading Wordpress?

share|improve this question

1 Answer

Here are a couple options to choose from:

http://wordpress.org/extend/plugins/stats/

http://wordpress.org/extend/plugins/wp-post-stats/

http://allbloggingtips.com/2012/01/15/10-best-statistics-plugin-for-wordpress/

share|improve this answer
If not mistaken, GD Press Tools has internal tracking capabilities too. – brasofilo Dec 10 '12 at 22:05
Maybe I haven't explained what I want properly, where all of these are great plugins, I'm more interested in a way to [at a glance] can see how many views a specific post has had, and most of these plugins will display the views and other info sorted on some popularity criteria. So all I need is a "Total Views" next to the article name on some sort of list, at this point in time, I don't care when the views came in, just how many views each post has – rantsh Dec 11 '12 at 15:40
I looked for a plugin that specifically does that and I didn't see any. Modifying the Posts page in the Wordpress admin is not as easy as making a separate stats section, which is why no one seems to have done exactly what you want. You may have to settle for "close enough" in this case or hire a developer to create a plugin specifically for you. – Kevin Dec 11 '12 at 18:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.