'%s/images/headers/header-default.png', 'default-text-color' => '', 'width' => apply_filters( 'alkane_header_image_width', 280 ), 'height' => apply_filters( 'alkane_header_image_height', 80 ), 'flex-height' => true, 'header-text' => false, 'wp-head-callback' => 'alkane_header_style', 'admin-head-callback' => 'alkane_admin_header_style', 'admin-preview-callback' => 'alkane_admin_header_image' ); add_theme_support( 'custom-header', $custom_header_support ); /** Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI. */ register_default_headers( array( 'alkane' => array( 'url' => '%s/images/headers/header-default.png', 'thumbnail_url' => '%s/images/headers/header-default.png', 'description' => __( 'Alkane', 'alkane' ) ) ) ); /** Styles the header image and text displayed on the blog. */ function alkane_header_style() { } /** Styles the header image displayed on the Appearance > Header admin panel. */ function alkane_admin_header_style() { ?>
<?php bloginfo( 'name' ); ?>