Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

KF most read

Leírás

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

    ?>

Telepítés

As always:
1. Upload the file under your wp-content/plugins directory
1. Activate the plugin

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“KF most read” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“KF most read” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.1 Fixed some minor bugs.