__('Primary Menu', 'blogshining'), )); add_theme_support('custom-logo', array( 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ) ); /* Custom Background */ add_theme_support('custom-background', array( 'default-image' => '', 'default-color' => 'fffff', ) ); add_theme_support('custom-header', array( /* default image */ 'default-image' => get_template_directory_uri() . '/assets/images/default-header-img.png', 'default-text-color' => '000000', 'width' => 1500, 'height' => 250, 'flex-height' => true, ) ); } function blogshining_widgets_init() { register_sidebar( array( 'name' => esc_html__('Sidebar', 'blogshining'), 'id' => 'sidebar-1', 'description' => esc_html__('Add widgets here.', 'blogshining'), 'before_widget' => '', 'before_title' => '