|
|
|
|
|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|
#1 |
|
Oh no, I'm sweating like Roger Ebert
|
For the record, it's easy to setup a page within WP that is your default front page instead of the normal blog page. The best instructions I've found is here http://www.richandstephsipe.com/word...atic-homepage/
What I do is I take page.php, rename it to whatever, home, welcome, etc. and then edit it to look the way I want. I call mine home-page-template.php. You'll need to add the following code to the top of the template as well Code:
<?php /* Template Name: Home Page Template */ ?> Then under settings/reading set the front page to the page you just created. Now create another new page, call it anything you want but this will be your blog. Under attributes/templates select default template. Then go back to settings/reading and set this page as the page for post pages. If you want to see an example.... http://obsessedgirls.com/ |
|
|
|
|
|
#2 |
|
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
Join Date: Aug 2003
Posts: 186
|
That is a good solution. Walrus.
One that I use is simply to put the blog in a directory and put a warning page on the root. There are several advantages to this, one of which is you have two distinct parts of the domain on which to do link exchanges. It also provides another page on which to exchange good links. Following is one of the sites I do that on. It has an SEO landing page in front, and a link to the blog at the bottom. Older Women R Us I intend to add a small review section in another subdirectory. I have also experimented with having the blog on a sub-domain and that has other advantages and disadvantages, but really does not address the core root issue of a warning page. Last edited by whitey; 2009-10-21 at 06:30 AM.. |
|
|
|
![]() |
|
|