Adds unremovable default pages for templating themes
As of April 2026, Default Theme Pages is a WordPress block plugin with 10 active installations and a 0/5 rating0. It has been downloaded 2.5K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2012. Last updated 13 years ago — may have compatibility concerns. Top alternative: Spectra Gutenberg Blocks – Website….
Add this code in your functions.php.
global $default_theme_pages;
$default_theme_pages = array(
array(
'name' => 'home', // initial slug page / id for templating - access functions
'title' => 'Homepage', // page title
'option' => 'page_on_front', // option page id ( stores the page id in an option, use only in theese cases)
'description' => 'homepage' // description
),
array(
'name' => 'blog',
'title' =&g…| WordPress | 3.0+ requiredTested up to 3.4.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.