વર્ણન
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
?>
સ્થાપન
As always:
1. Upload the file under your wp-content/plugins directory
1. Activate the plugin
સમીક્ષાઓ
There are no reviews for this plugin.
ફાળો આપનાર & ડેવલપર્સ
“KF most read” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.
ચેન્જલૉગ
1.1 Fixed some minor bugs.