'000000', // Set height and width, with a maximum value for the width. 'height' => 300, 'width' => 800, 'max-width' => 2000, // Support flexible height and width. 'flex-height' => true, 'flex-width' => true, // Random image rotation off by default. 'random-default' => false, // Callbacks for styling the header and the admin preview. 'wp-head-callback' => 'alacrity_lite_header_style', ); add_theme_support( 'custom-header', $args ); } add_action( 'after_setup_theme', 'alacrity_lite_custom_header_setup' ); /** * Style the header text displayed on the blog. * * get_header_textcolor() options: 515151 is default, hide text (returns 'blank'), or any hex value. * * @since Alacrity Lite 0.1.0 */ function alacrity_lite_header_style() { ?>