Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

adamshriki on "popular posts this month not all time!"

$
0
0

Hi!
We have this site:
hafla
on the left side is the popular posts by this code:

$side_posts = new WP_query();
                                    $side_posts->query(array('category__in'=>array(16), 'posts_per_page'=>3, 'post_type'=>'post','meta_key'=>'_hafla_pageview','meta_value'=>0, 'meta_compare'=>'>', 'orderby'=>'meta_value_num', 'order'=>'DESC'));
                                    while($side_posts->have_posts()){
                                    $side_posts->the_post();

but it's the popular posts by all times, and I want popular posts this month.

how can i achieve this?

thanks in advance,

Adam Shriki.


Viewing all articles
Browse latest Browse all 8245

Trending Articles