Thanks so much! Huge help. The archives page is still doing the same thing. Anymore help would be much much appreciated. Here’s the code for archive.php.
<?php
/*
Template Name: Archives
*/
?>
<?php include (TEMPLATEPATH.”/header.php”); ?>
<div id=”content”>
<div id=”contentleft”>
<h2>Archives for <?php the_time(‘F Y’) ?></h2>
<p align=”center”><?php posts_nav_link(‘ — ‘, __(‘« newer posts’), __(‘older posts »’)); ?></p>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<?php get_footer(); ?>