Help! In my monthly archives page, no matter what month archive i am looking at, the page reads "Entries from December 2007" - which could either be telling me the current month, or it is stuck on December. I don't know.
See it here:
I am not sure if the code will post, but I have I think identified the code that is wonky, but in my ignorance, I don't know why or how to fix it. It is in the first Archives page -
<!-- <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<h2 class="archive_head">Entries from <?php the_time('F Y'); ?></h2> -->