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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -