array( 'bc_default_logo' => array( 'post_title' => _x( 'Default Logo', 'Theme starter content', 'broadcast-lite' ), 'file' => '/img/broadcast-white-logo.png', ), 'bc_logo' => array( 'post_title' => _x( 'Masthead Logo', 'Theme starter content', 'broadcast-lite' ), 'file' => '/img/broadcast-white-shield.png', ), 'bc_partner' => array( 'post_title' => _x( 'Partner Logo', 'Theme starter content', 'broadcast-lite' ), 'file' => '/img/weasels.png', ), ), 'theme_mods' => array( 'bc_nav_logo' => '{{bc_default_logo}}', 'bc_logo' => '{{bc_logo}}', 'bc_featured_video_check' => true, 'bc_featured_video_url' => 'Hkk4_AQsPss', 'bc_featured_video_zoom' => '1.5', 'bc_featured_video_height' => 'half-height', 'bc_vods_shortcode' => '', 'bc_demo_vods' => true, 'bc_affiliates_title' => 'Partners', 'bc_affiliate1_image' => '{{bc_partner}}', 'bc_nav_bg_color' => '#001538', 'bc_nav_link_color' => '#fff', 'bc_nav_link_hover_color' => '#f9d279', 'bc_colour_picker_primary' => '#001538', 'bc_colour_picker_secondary' => '#0a1e40', 'bc_colour_picker_tertiary' => '#001538', 'bc_colour_picker_text' => '#ffffff', 'bc_colour_picker_title' => '#95bef1', 'bc_blog_button_bg_color' => '#f9d279', 'bc_blog_button_border_color' => '#f9d279', 'bc_blog_button_text_color' => '#000', 'bc_blog_button_border_radius' => '5', 'bc_blog_button_style' => array( 'bold', 'uppercase' ), 'bc_footer_bg_color' => '#000f29', 'bc_post_limit' => '3', 'bc_twitter' => '#', 'bc_bluesky' => '#', 'bc_facebook' => '#', 'bc_threads' => '#', 'bc_instagram' => '#', 'bc_youtube' => '#', 'bc_twitch' => '#', 'bc_kick' => '#', 'bc_tiktok' => '#', 'bc_discord' => '#', 'bc_linkedin' => '#', 'bc_pinterest' => '#', 'bc_tumblr' => '#', 'bc_guilded' => '#', 'bc_patreon' => '#', ), 'options' => array( 'show_on_front' => 'page', 'page_on_front' => '{{home}}', ), 'replace' => true, 'posts' => array( 'home' => array( 'post_title' => __( 'Broadcast Reloaded', 'broadcast-lite' ), 'post_content' => __( '
Designed for streamers, gamers, eSports teams, and content creators, Broadcast Reloaded brings your community together with seamless platform integrations and a powerful, customizable layout.
Broadcast Reloaded integrates with the most popular streaming and content platforms, allowing you to display your live status, videos and more from Twitch, YouTube and Kick.
We hope you enjoy using Broadcast Reloaded. If you have any questions or need support, visit our Support Page.
', 'broadcast-lite' ), ), 'about' => array( 'post_title' => __( 'About Us', 'broadcast-lite' ), 'post_content' => __( 'This is the About Us page.
', 'broadcast-lite' ), ), 'contact' => array( 'post_title' => __( 'Contact Us', 'broadcast-lite' ), 'post_content' => __( 'Get in touch with us!
', 'broadcast-lite' ), ), ), 'nav_menus' => array( 'main-navigation' => array( 'name' => __( 'Primary Menu', 'broadcast-lite' ), 'items' => array( 'link_home', 'page_about', 'page_contact', ), ), ), ); add_theme_support( 'starter-content', $starter_content ); } } new Broadcast_Starter_Content();