Guys, I think there is a misunderstanding here. The question about the archives (which I also have) should really be termed as “what are the archive tags?”
For example, take a look at my archive structure in my index.php
<?php get_archives(‘monthly’); ?>
Now, what are the tags that one can use to influence how the monthly archives are displayed?
(A sample problem: how do I change the fact that only 5 of my archives are being shown at any one time? Ironically enough, in the options menu I have my index page to show only 5 entries at once. Now I’m smart enough to realize where the index page is being influenced, but can I change the behavior of my archive page by adding some new element to that php get_archives tag?)