[ 'show_on_front' => 'page', 'page_on_front' => '{{home}}', 'page_for_posts' => '{{blog}}', ], // Starter pages to include 'posts' => [ 'home', 'about', 'contact', 'blog' ], // Add pages to primary navigation menu 'nav_menus' => [ 'primary_navigation' => [ 'name' => __( 'Primary Navigation', 'applicator' ), 'items' => [ 'home_link', 'page_about', 'page_blog', 'page_contact', ], ] ], // Add test widgets to footer sidebar 'widgets' => [ 'sidebar-footer' => [ 'text_business_info', 'search' ] ] ]); }); } }