I moved the entire directory structure to a new server using rsync. I'm connected to the same database as I was previously. But only those posts prior to 11/24/09 appear on the blog. Everything posted more recently is there in the 'posts' table, but they don't show up. Any suggestions? Thanks. ...doug
Things to try:
Clear your browser
Deactivate all plugins
Switch to the WordPress Default theme
Problem solved, and it was the obvious thing: I never changed DB_HOST to refer to the (now remote) database! I forgot that there was an old copy of the database running on the new server, and that's what was displayed. Boy, do I feel dumb! Remember: never do these things when you're tired. Thanks, MichaelH.