How can I create an alternative home page?

Assuming you are using WordPress v3.x (as I don’t remember how this works in earlier versions) this is what you need to do if starting from scratch:

  1. Create a Page and call it “Home Page” (or whatever.)

  2. Create another Page and call it “Blog” (or whatever.)

  3. In the admin console select the “Settings” > “Reading” option.

  4. Select “A static page” for the “Front Page Displays” radio button.

  5. Assign “Front Page” to be “Home Page” (or whatever from #1)

  6. Assign “Posts Page” to be “Blog” (or whatever from #2)

  7. Click “Save Changes”

  8. You’re done.

Here’s a screenshot showing the admin console options:


(source: mikeschinkel.com)

Leave a Comment