Got it!
I went looking through the posts table and noticed there was a single entry with no timestamp, it was the very first post that wordpress creates. It was labeled Unpublished, I’m thinking the way archives are gathered has changed in the new version. Deleteing it solved the problem :).
Thanks for all your help!
Yep not a problem, anything I should look for specifically?
Nope it does not, It switches to March then, evil 0.
Nope, no 0 entry in that drop down list…
hmmm…
<?php wp_get_archives('type=monthly'); ?>
That’s all I’m using to generate the archives, which are then wrapped in `
<li></li>
`’s automatically.