KF most read

KF most read Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 4,713 downloads
KF most read Icon

Try plugin: KF most read

We'll create fresh WordPress site with KF most read installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About KF most read

Retrieve the most viewed posts list in a custom period of time

0


0


0


0


0

updated: 14 years ago
since: 15 years ago
author: Kifulab.net

Description

This plugin provides a function to register/output/return a list of the most viewed posts.

Usage

You can use the function kf_get_posts_by_hits() anywhere in the template.
Examples:

Most read

    <!-- 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

    ?>