$args = array(
'orderby' => 'post_views',
'date_query' => array( array( 'after' => '-7days' ) ),
'posts_per_page' => '1',
'no_found_rows' => false,
'ignore_sticky_posts' => true,
);


Bu şekilde son 7 gündeki popüler konular görünür.