Pop! Popular Posts for WordPress

Displays in a Widget your most visited Posts. It also works with Pages, and Custom Post Types.

Author:Juan Viñas (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:3.5.1
Plugin version:1.2
Added to WordPress repository:09-03-2013
Last updated:22-04-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.codigonexo.com/
Total downloads:5 230
Active installs:60+
plugin download
Click to start download

Pop! Popular Posts for WordPress provides you a way to show your most visited posts, pages, or custom types, using a Widget.

Every time that one visitor loads a post, your database will update the count for that post +1. That information can be shown within a Widget, that allows you to set how many entries do you want to show in the list, the post type to show, and show or hide the views count.

If you are a developer, and want to recover the popular posts into your theme/plugin, you can use the function "pop_get_popular_posts($num,$type,$order)", where $num is the number of posts you want (default: 5), $type is the post type (default: post), and $order can be "DESC" for a descendant list, or "ASC" for an ascendant list. This function returns an Array of WP_Post Objects.

Translations available:

  • English (en_US)
  • Spanish (es_ES)