Thanks, that’s a cool plugin – but it’s overkill for what I need. I’ve installed it and hacked it up to look how I want, so I’m happy, and the job’s done – but I’d really like to use a few lines of php in my ‘pages.php’ file instead.
I was think I could just make an empty ‘archives’ page in WP, then in page.php I can use is_page(‘archives’) to detect that it’s my ‘archive’ page, and then grab all my posts and echo them out. I just don’t know the WP code to get all posts.