get_template_directory_uri() . '/img/hero-bg.jpg', 'default-text-color' => 'ffffff', 'width' => 2560, 'height' => 640, 'flex-height' => true, 'wp-head-callback' => 'gateway_header_style', 'admin-head-callback' => 'gateway_admin_header_style', 'admin-preview-callback' => 'gateway_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'gateway_custom_header_setup' ); register_default_headers( array( 'default' => array( 'url' => get_template_directory_uri() . '/img/hero-bg.jpg', 'thumbnail_url' => get_template_directory_uri() . '/img/hero-bg-thumb.jpg', 'description' => esc_html__( 'City', 'gateway' ) ), ) ); if ( ! function_exists( 'gateway_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see gateway_custom_header_setup(). */ function gateway_header_style() { $header_image = get_header_image(); $header_text_color = get_header_textcolor(); $header_position = esc_attr( get_theme_mod( 'header_position', 'fixed' ) ); // 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 ( HEADER_TEXTCOLOR == $header_text_color && ! $header_image ) { return; } // If we get this far, we have custom styles. Let's do this. ?> Header admin panel. * * @see gateway_custom_header_setup(). */ function gateway_admin_header_style() { ?> Header admin panel. * * @see gateway_custom_header_setup(). */ function gateway_admin_header_image() { $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); ?>

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

>