Help required in Time Range
-
I am unable to get correct result according to time duration 1 day, 1 month or so on with the following.
$args = array(
‘post_type’ => ‘post’,
‘paged’ => $paged,
‘meta_key’ => ‘ratings_score’,
// ‘meta_key’ => ‘ratings_average’,
// ‘time_range’ => ‘2 months’,
// ‘timestamp’ => ‘1 day’,‘rating_timestamp’ => ‘1 day’,
‘cat’ => ‘15,14’,
// ‘highest_rated_range’ => ‘1 month’,
‘orderby’ => ‘meta_value_num’,
‘order’ => ‘DESC’
);does anybody can help me?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help required in Time Range’ is closed to new replies.