155, 'height' => 44, 'flex-height' => true, 'flex-width' => true, 'header-text' => array( 'site-title', 'site-description' ), ) ); add_theme_support( 'custom-header', array( 'default-image' => get_theme_file_uri( '/images/top-bg.png' ), 'default-text-color' => 'fff', 'width' => 1400, 'height' => 500, 'flex-width' => true, 'flex-height' => true, 'wp-head-callback' => 'business_blogily_header_style', ) ); register_default_headers( array( 'header-bg' => array( 'url' => get_theme_file_uri( '/images/top-bg.png' ), 'thumbnail_url' => get_theme_file_uri( '/images/top-bg.png' ), 'description' => _x( 'Default', 'Default header image', 'business-blogilypageasy' ) ), ) ); } add_action( 'after_setup_theme', 'business_blogily_custom_header_setup' ); if ( ! function_exists( 'business_blogily_header_style' ) ) : /** * Styles the header image and text displayed on the blog. * * @see business_blogily_custom_header_setup(). */ function business_blogily_header_style() { $header_text_color = get_header_textcolor(); $header_image = get_header_image(); // If we get this far, we have custom styles. Let's do this. ?>