'#fff', 'header_tagline_color' => '#fff', 'header_txt_logo_extra' => 'show-all', 'colorscheme_hue' => '#d87b4d', 'colorscheme' => 'default', 'theme_version' => 'lite-version', 'home_layout' => 'default-design', // typography Options 'theme_typography' => 'default', 'body_theme_typography' => 'default', // loader 'loader_enable' => (bool) false, 'loader_icon' => 'default', // breadcrumb 'breadcrumb_enable' => (bool) true, 'breadcrumb_separator' => '/', // homepage options 'enable_frontpage_content' => false, // layout 'site_layout' => 'wide', 'sidebar_position' => 'right-sidebar', 'post_sidebar_position' => 'right-sidebar', 'page_sidebar_position' => 'right-sidebar', 'menu_sticky' => (bool) false, 'search_enable' => (bool) true, 'topbar_enable' => (bool) true, // excerpt options 'long_excerpt_length' => 25, // pagination options 'pagination_enable' => (bool) true, 'pagination_type' => 'default', // footer options 'copyright_text' => esc_html__( 'Copyright © 2022 ', 'balen' ) . esc_html( $theme_data->get( 'Name') ) . ' ' . esc_html__( 'by', 'balen' ). ' '. esc_html( ucwords( $theme_data->get( 'Author' ) ) ) .'', 'scroll_top_visible' => (bool) true, 'footer_social_menu_enable' => (bool) true, // reset options 'reset_options' => (bool) false, // homepage sections sortable 'pro_sortable' => 'hero_banner,about_us,services,testimonial,connect', 'default_sortable' => 'hero_banner,about_us,services,testimonial,connect', // blog/archive options 'your_latest_posts_title' => esc_html__( 'Blogs', 'balen' ), 'archive_btn_txt' => esc_html__( 'Read More', 'balen' ), 'blog_column' => 'col-1', 'banner_image_enable' => (bool) true, // single post theme options 'single_post_hide_date' => (bool) false, 'single_post_hide_author' => (bool) false, 'single_post_hide_category' => (bool) false, 'single_post_hide_tags' => (bool) false, 'single_post_hide_pagination' => (bool) false, 'hide_category' => (bool) false, 'hide_date' => (bool) false, /* Front Page */ // top bar 'social_menu_enable' => (bool) false, 'cart_icon_enable' => (bool) false, // About 'about_us_section_enable' => (bool) false, 'about_us_excerpt_length' => 40, 'about_us_content_type' => 'post', 'about_us_title' => esc_html__( 'Welcome to World Best Business Company', 'balen' ), 'about_us_sub_title' => esc_html__( 'About Us', 'balen' ), 'about_us_btn_title' => esc_html__( 'Learn More', 'balen' ), 'about_us_description' => esc_html__( 'Start-ups you might dive directly into the work. In less than a few hours you get the source files, a shared drive link, a few simple tasks and there you go — you will learn while working. Be ready to wait even for two or three weeks until you get to test, perform a study or move pixels. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'balen' ), // connect 'connect_section_enable' => (bool) false, 'connect_section_subtitle' => esc_html__('Block our calendar via Google Meet','balen'), 'connect_section_title' => esc_html__( 'Don\'t want to fill up a form', 'balen' ), 'connect_btn_txt' => esc_html__( 'Connect Now', 'balen' ), // hero slider 'hero_banner_section_enable' => (bool) false, 'hero_banner_social_menu_enable' => (bool) true, 'hero_banner_content_type' => 'post', 'hero_banner_title' => esc_html__('Bio Graphy','balen'), 'hero_banner_content_title' => esc_html__('Content','balen'), 'hero_banner_btn_txt' => esc_html__('Scroll Down','balen'), 'hero_banner_dob' => esc_html__('April 27, 1990','balen'), 'hero_banner_dob_title' => esc_html__('Date of Birth','balen'), 'hero_banner_know_more_txt' => esc_html__('Know More About Balen','balen'), 'hero_banner_excerpt_length' => 40, //our service 'services_section_enable' => (bool) false, 'services_posts_count' => 3, 'services_column' => 'col-3', 'services_excerpt_length' => 10, 'services_subtitle' => esc_html__( 'What we provide', 'balen' ), 'services_title' => esc_html__( 'Our Working Process', 'balen' ), //testimonial 'testimonial_section_enable' => (bool) false, 'testimonial_title' => esc_html__('What they saying','balen'), 'testimonial_subtitle' => esc_html__('Testimonials','balen'), 'testimonial_btn_txt' => esc_html__('All Testimonials','balen'), 'testimonial_content_type' => 'post', 'testimonial_posts_count' => 5, ); $output = apply_filters( 'balen_default_theme_options', $balen_default_options ); // Sort array in ascending order, according to the key: if ( ! empty( $output ) ) { ksort( $output ); } return $output; }