I want to use WordPress primarily as a static page CMS for a small business site.
I want to use the “pages” feature for most of the pages on the site, except for a news blog, for which I want to use the blogging part of WordPress.
So I want a structure like this:
example.com – main page
example.com/about
example.com/location
example.com/services
example.com/news
Where the first four are “pages” that don’t need dynamic content, but the “news” part is a blog with company news, etc.
How do I implement a URL structure like this? If I install WordPress to example.com/news folder, all the pages look like this: example.com/news/about
Thanks for your help.
To expand on duncmc’s answer,
and Tnorthcutt’s answer,
(which summed up the answer of your question), follow these steps. I assume that you’ve already installed WordPress, so I’ll skip this part.
/%year%/%monthnum%/%day%/%postname%/
The above guys answered it, but I wanted to extend their answers step by step.
Install WordPress in the root directory of your site. Then log in to the WP Admin, go to Settings > Reading and specify a static page for the front page of your site.
To expand on duncmc’s answer, you also need to specify which page you want blog posts to show up on. That’s done on the same Settings -> Reading page: