I have a client who asked me to combine her 2 WordPress installations into one. One was located at http://www.site.com, and one at blog.site.com. The www version was all static pages, so I exported those, moved the blog to the www version, then imported the static pages. The old permalinks structure was:
/%post_id%/%postname%
which I changed to:
/blog/%post_id%/%postname%
I then set the Homepage to be the static page named Home, as it was in the original www version.
Is there a way to tell WordPress to show the archives for the posts at the /blog/ location, as if it were the old homepage on the blog subdomain? I see where it refers to a "Posts page" under Reading Settings, when setting a static page, and that it differentiates that from the Home page, but I don't see where you can set what that actually is.
Thanks.