'', 'default-text-color' => 'ffffff', 'width' => 2500, 'height' => 413, 'wp-head-callback' => 'highwind_header_style', 'admin-head-callback' => 'highwind_admin_header_style', 'admin-preview-callback' => 'highwind_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'highwind_custom_header_setup' ); if ( ! function_exists( 'highwind_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see highwind_custom_header_setup(). */ function highwind_header_style() { $header_text_color = get_header_textcolor(); $header_image = get_header_image(); // If no custom options for text are set, let's bail // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value if ( empty( $header_image ) && HEADER_TEXTCOLOR == $header_text_color && '' == get_the_post_thumbnail() ) return; // If we get this far, we have custom styles. Let's do this. ?> Header admin panel. * * @see highwind_custom_header_setup(). */ function highwind_admin_header_style() { $header_image = get_header_image(); ?> Header admin panel. * * @see highwind_custom_header_setup(). */ function highwind_admin_header_image() { $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); $header_image = get_header_image(); ?>

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

>