Retrieve the most viewed posts list in a custom period of time
You can use the function kf_get_posts_by_hits() anywhere in the template. Examples:
<!-- Return mode (no output), retrieve the 5 most read posts in 31 days -->
<?php
$my_posts = kf_get_posts_by_hits(31,5);
// .. do some magic with $my_posts
?>
Requires: 2.7 or higher
Compatible up to: 2.7.1
Last Updated: 2010-2-22
Downloads: 3,419
Got something to say? Need help?