The next snippet will list the ten most popular articles in the last seven days. It will:
{{assign var="xdate" value="-7 days"|date_format:"%Y-%m-%d"}}
{{list_articles length="10" order="bypopularity desc" constraints="publish_date greater $xdate reads greater 0" ignore_issue="true" ignore_section="true"}}
You're better off consulting the Cookbook than asking anything of this forum!
It looks like you're new here. If you want to get involved, click one of these buttons!