array( 'front' => array( 'post_type' => 'page', 'post_title' => __( 'Front', 'bigwigs' ) ), 'about'=> array( 'post_type' => 'page', 'template' => 'template-wide.php', 'post_title' => __( 'About', 'bigwigs' ), 'post_content' => __( 'Bigwigs is a versatile theme which is suitable for pretty much any type of website, including business sites, portfolios, blogs and e-stores. WooCommerce Compatible And Portfolio Post Type Supports.', 'bigwigs' ) ), 'blog'=> array( 'post_type' => 'page', 'post_title' => __( 'Blog Page', 'bigwigs' ) ), ), // Default to a static front page and assign the front and posts pages. 'options' => array( 'show_on_front' => 'page', // 'blog' 'page_on_front' => '{{front}}', 'page_for_posts' => '{{blog}}', ), // Set the Header Banner section theme mods 'theme_mods' => array( 'banner_title' => __( 'BigWigs', 'bigwigs' ), 'banner_subtitle' => __( 'Bigwigs is a versatile theme which is suitable for pretty much any type of website, including business sites, portfolios, blogs and e-stores. WooCommerce Compatible And Portfolio Post Type Supports.', 'bigwigs' ), 'banner_button_label' => __( 'Learn More', 'bigwigs' ), 'banner_button_link'=> esc_url('http://dinevthemes.com/wordpress-themes/bigwigs-pro/'), 'head_banner_height' => '100', 'head_banner_enable' => true, 'single_header_display' => 'alt', 'blog_layout' => 'grid', 'sidebar_position' => 'none' ), // Set up nav menu and assign to the "primary" location. 'nav_menus' => array( 'primary' => array( 'name' => __( 'Primary', 'bigwigs' ), 'items' => array( 'link_home', 'page_about', 'page_blog' ), ) ), ); /** * Filters theme array of starter content. * * @param array $starter_content Array of starter content. */ return apply_filters( 'bigwigs_starter_content', $starter_content ); }