wordpress - What is a good algorithm for showing the most popular blog posts? -


i'm planning on developing own plugin showing popular posts, counting how many times post has been read.

but need algorithm figuring out popular blog post, , way of counting number of times post has been viewed.

a problem see when comes counting number of times post has been read, avoid counting if same person opens same post many times in row, avoiding web crawlers.

http://wordpress.org/extend/plugins/wordpress-popular-posts/

comes in form of plugin. no muss, no fuss.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -