'252525', 'default-image' => '', // Set height and width, with a maximum value for the width. 'height' => 320, 'width' => 980, 'max-width' => 980, // 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' => 'thebox_header_style', 'admin-head-callback' => 'thebox_admin_header_style', 'admin-preview-callback' => 'thebox_admin_header_image', ); add_theme_support( 'custom-header', $args ); } add_action( 'after_setup_theme', 'thebox_custom_header_setup' ); /** * Load our special font CSS file. * */ /** * Style the header text displayed on the blog. * * get_header_textcolor() options: 515151 is default, hide text (returns 'blank'), or any hex value. * */ function thebox_header_style() { $text_color = get_header_textcolor(); // If no custom options for text are set, let's bail if ( $text_color == get_theme_support( 'custom-header', 'default-text-color' ) ) return; // If we get this far, we have custom styles. ?> Header admin panel. * */ function thebox_admin_header_style() { ?> Header admin panel. * * This callback overrides the default markup displayed there. * */ function thebox_admin_header_image() { ?>

onclick="return false;" href="">

>