I'm trying to figure out a way to make a "page" that has nothing but
the output of this
on it:
<?php wp_get_archives('type=monthly'); ?>
Can't figure out a way to do it, though, without making a completely
separate HTML file. I'd like to do it as a page. Suggestions?