Theme starter content: Refine the content for pages.
see #38615. Built from https://develop.svn.wordpress.org/trunk@39260 git-svn-id: http://core.svn.wordpress.org/trunk@39200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -122,8 +122,8 @@ function twentyseventeen_setup() {
|
||||
|
||||
'posts' => array(
|
||||
'home',
|
||||
'about-us',
|
||||
'contact-us',
|
||||
'about',
|
||||
'contact',
|
||||
'blog',
|
||||
'homepage-section',
|
||||
),
|
||||
@@ -136,9 +136,9 @@ function twentyseventeen_setup() {
|
||||
|
||||
'theme_mods' => array(
|
||||
'panel_1' => '{{homepage-section}}',
|
||||
'panel_2' => '{{about-us}}',
|
||||
'panel_2' => '{{about}}',
|
||||
'panel_3' => '{{blog}}',
|
||||
'panel_4' => '{{contact-us}}',
|
||||
'panel_4' => '{{contact}}',
|
||||
),
|
||||
|
||||
'nav_menus' => array(
|
||||
|
||||
Reference in New Issue
Block a user