I had this exact problem. Seems that when I copied the .htaccess rules from WordPress admin and pasted them in the .htacces file, something went wrong. What I did was I edited the file in a local editor and uploaded it again, and it works!
Update: Sorry, didn’t see that it was resolved…
Thank you Katie!
I have thought long and hard about the navigation on the single pages, and I’ll try to make it easier to nav there. I don’t want the whole bottom that sits on the front page to be on every page, but I probably should put the nav and archives down there…
I tried with the_date() first, but it only shows once if a day has more than one posts. The trick is to use get_the_time(). Sorry for not searching more carefully before posting.
Oh, never mind, it seems to be working now… I’ll get back with more info if someone wants it.