Plugin: Top Read Posts Author: Mark Wu Release Date: 2006/11/07 Version: 1.1 This plugin offers the rank list of articles by number of reads. Usage as follow: You can use: 1. $topreadposts->isEnabled() to check the plugin is enabled or not. 2. $topreadposts->getTopReadPosts( $maxPosts , $based ) to get the top read posts. Where: 1. $$maxPosts is the the max posts you want to show. Default is 10. 2. $based is return the site-wide or blog-wide posts. "BLOG" means blog-wide, and "SITE" means site-wide. Default is "BLOG". Example: {if $topreadposts && $topreadposts->isEnabled()}

Top Read Posts

{/if}