In Posts View Table you will see View column. You can use the shortcode to get views to the current post OR use to specific post. It will return the number of views following the format set in the settings.. Where $days is the range between NOW and X days, $limit is the number of posts and $types is one or more post types slug into array, such as post, page or attachment.. You can use the shortcode to get collection of most viewed posts returning the default template... easy way to get the most viewed posts is using the function piggly view collection. The default $days values is 30, default $limit value is 5 and default $types array is post. 10 most viewed posts in the last 180 days. $most viewed = piggly view collection if ) foreach $postID = $post->post id endforeach endif.. In the other side, you can use the shortcode to return the default template.. You can either install this plugin from WordPress Plugin Directory, or download the plugin and upload it through the ' Plugins > Add New WordPress. Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more