Better Front Page UI

Lets you specify the URL for your blog when you have a `front-page.php` file in
your theme, so you don't have to create two dummy pages only as p

Author:Leo Germani, Vinicius Massuchetto (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.5.2
Plugin version:0.03
Added to WordPress repository:09-10-2012
Last updated:25-07-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://github.com/vmassuchetto/wordpress-bett...
Total downloads:4 249
Active installs:90+
plugin download
Click to start download

The default way of defining a front page in WordPress is:

  1. Create a front-page.php for the site home and (optionally) a home.php for the posts home.
  2. Go to the site admin and create two dummy pages.
  3. Select these dummy pages in the reading settings for the front page and the posts home.

We think this approach is very sensible as users will be able to delete these dummy pages and crash an entire website. This plugin lets you specify the URL for your blog when you have a front-page.php file in your theme so you don't have to create two dummy pages as placeholders for your posts home and front page.

This plugin won't modify the template hierarchy, it will only set an URL to access your posts home when you have a front-page.php file in your theme. It will also remove the "Front Page Displays" option from the "Reading Settings".

So, the same procedure to set a front page with this plugin will be:

  1. Define a front-page.php for the site home and (optionally) a home.php for the posts home.
  2. Set which URL will point to the posts home in the "Permalink Settings" (defaults to /blog).

Note: This plugin will only work if you have a front-page.php file in your theme.

This plugin idea came from a discussion here, here and here (so far).