[ 'sidebar-1' => [ 'text_about', 'search', 'recent-posts', 'text_business_info', ], 'blogsy-footer-1' => [ 'text_about', ], 'blogsy-footer-2' => [ 'recent-posts', ], 'blogsy-footer-3' => [ 'categories', ], 'blogsy-footer-4' => [ 'text_business_info', ], ], 'posts' => [ 'home' => [ 'post_type' => 'page', 'post_title' => __( 'Home', 'blogsy' ), 'template' => 'full-width-template.php', 'post_content' => '
', ], 'blog' => [ 'post_type' => 'page', 'post_title' => __( 'Blog', 'blogsy' ), 'post_name' => 'blog', ], 'about' => [ 'post_type' => 'page', 'post_title' => __( 'About', 'blogsy' ), 'template' => 'full-width-template.php', 'post_content' => ' ', ], 'contact', ], 'options' => [ 'show_on_front' => 'page', 'page_on_front' => '{{home}}', 'page_for_posts' => '{{blog}}', ], 'nav_menus' => [ 'primary_menu' => [ 'name' => __( 'Primary Menu', 'blogsy' ), 'items' => [ 'page_home', 'page_blog', 'page_about', 'page_contact', ], ], ], ]; } }