Smart Archives Reloaded: Version 2.0
You can select exactly which posts you want to display. The smart_archives() template tag now takes a second parameter, which accepts most of the arguments that query_posts() accepts.
Here is the “laziest” way to use it:
<?php smart_archives(”, $GLOBALS[’query_string’]); ?>

