When people first figure out that WordPress is a great CMS and not just a blogging tool, they look for ways to use it to build “websites”. By that I mean that they’d like to use WordPress to build traditional looking websites, as opposed to websites that look like blogs. Well, one of the first obstacles that one runs into (myself included) was how to use a static page for your website’s front or home page?
A simple thought would have the WordPress installed in a subdirectory and have the front page in the root. The problem that arises here is the customization of your front page, so that it’s similar to your chosen theme.
Another option involves coding changes to the WordPress core files. This isn’t a good solution IMO, as you’d have difficulties maintaining your site whenver there’s a WordPress update. One of the best reasons people use WordPress is its ease of use. Therefore, the solution should also be simple.
There are two WordPress plugins that I’ve tested and am using to manage the front page:
1) The Static Front Page Plugin from Denis de Bernardy of Semiologic.com
Excerpt from author site:
The static front page plugin sticks the static page with a slug of ‘home’ to your blog’s front page.
This plugin will be useful to anyone who is willing to use WordPress to run a conventional web site.
2) The Filosofo Home Page Control Plugin from Ilfilosofo.com
Excerpt from the author site:
Filosofo Home-Page Control is a WordPress plugin that lets you:
put pages on the same Permalink level (or higher) as the blog’s directory and
set which page you want to be the “home” page.
Both plugins work very well and easily gives you more control of what is shown on your front page. Both plugins are also very easy to install and configure.
If you’re using a different solution, kindly give me a heads up by commenting below or sending me an e-mail.
Technorati Tags: wordpress static front page, wordpress static home page



















September 12th, 2006 at 3:22 pm
Nice write up
.
The same can be achieved without the need to use a plugin when you use the WP template hierarchy - home.php will be used by WP anytime someone arrives at the front page and then the remaining templates (index.php, single.php, etc.) will be use for the other pages.
~ Teli
September 13th, 2006 at 9:01 am
Thanks Teli… and thanks for the tip on WP template hierarchy. You truly are the WordPress Queen!
I appreciate you dropping by.
September 13th, 2006 at 3:47 pm
Mike, and Teli…
I didn’t even know these plugins existed…Thanks for the heads-up…I’m off to do some research…Mike this is why I keep stopping by–>You keep making *outstanding* posts!
September 13th, 2006 at 5:07 pm
Hey Ralph. Right back at ya! I enjoy reading your blog and traffic tips you post at SSWT. Answers is still working like a charm. I’m looking forward to reading your new report, once you’ve completed it. I’m sure it has a lot of great traffic insights.
September 25th, 2006 at 11:17 am
[…] Next up is “How to Manage your WordPress Home Page?”. By default, WordPress displays your posts in reverse chronological order. Most new online marketers discover that they want to make their niche site look more like a conventional website. You can easily achieve this look by changing the look of your home page. To keep things simple, there are plugins available to help you achieve this look. […]