popular post for week and month
I have a code and can not use week or month filter for it. Please check the code and tell me how can I display popular post by week or months
?php
$popularpost = new WP_Query(array(
'posts_per_page' = $cat,
'meta_key' = 'post_views_count',
'orderby' = 'meta_value_num',
'order' = 'DESC',
));
while ( $popularpost-have_posts() ) : $popularpost-the_post(); ?
Topic popular-posts Wordpress
Category Web