Beschrijving
This plugin allow you to easily fetch popular post and get total view in post. Simply use 'orderby'=>'popularity'
in query string.
Add 'post','posts_per_page'=>-1,'orderby'=>'popularity');
$query = new WP_Query($args);
?>
Features
- Support the custom post type
- Option page to allow popular post option in post type.(Setting > MPP Setting)
- Can easily get total view for particular post using
get_view_number()
,get_view_string()
. Function must be within loop. - To print the total view for particular post
the_view_number()
andthe_view_string()
both function are almost same butthe_view_string()
return with ‘views’ text.
Installatie
This section describes how to install the plugin and get it working.
- Upload the plugin folder to the
/wp-content/plugins/
directory - Activeer de plugin via het ‘Plugins’ menu in WordPress
- Go to Setting > MPP Setting and select post type.
- Put the code
<?php $query = new WP_Query($query_string."&orderby=popularity"); ?>
.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Popular post” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Popular post” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.