Range Last 31 days, last 6months, all time?
-
So I have been playing with the plugin for the last few days, but somehow I couldn’t get the range to show older than ‘last24hours’.
I have tried:
‘range’ => ‘last2days’,
‘range’ => ‘last60days’,
‘range’ => ‘last2months’,
‘range’ => ‘last6months’,
‘range’ => ‘last1year’,nothing hapeens.
Is there any possible list of ranges available for most commented posts?
I’m currently using this code:
<?php
$args = array(‘limit’ => 6,
‘range’ => ‘last24hours’,
‘order_by’ => ‘comments’,
‘stats_views’ => 0
);wpp_get_mostpopular($args);
?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Range Last 31 days, last 6months, all time?’ is closed to new replies.