Okay, I feel like this should be simple, but I just can't seem to figure it out.
I'm creating a completely wordpress driven site, but one in which the blog is not the primary content.
- My home page has no "pages" or "posts"— it's pretty much completely hard coded with content fed from elsewhere on the site.
- The site consists of many pages (e.g. /about/, /contact/, etc.)
- I want the Blog portion of the the site to all be contained within the "/blog/" subdirectory
I am able to change <i>individual</i> blog posts to that subdirectory simply by editing the permalink structure to "/blog/%year%/%monthnum%/%postname%/", and that works just fine.
The problem I'm having is that I can't figure out how to get the main blog summary page to show up under "http://site.com/blog".
I know I'm missing something really obvious.