custom header default image (don't save customize)
-
Hi,
i would like to use a custom header with a default header image.
function custom_theme_features() { $args = array( 'default-image' => 'header.png', 'width' => '1100', 'height' => '150', 'flex-height' => false, 'flex-width' => false, 'header-text' => true, 'default-text-color' => '#ff0' ); add_theme_support( 'custom-header', $args ); } add_action( 'after_setup_theme', 'custom_theme_features' );
When i now go to Appearance -> Customize -> Header Image and click Hide Image the Image is hidden ??
But i can’t restore the default image with a click on Suggested Image. The image is displayed correctly in the preview but when i save and go back the default picture is not there.Does anyone have an idea?
Thx
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘custom header default image (don't save customize)’ is closed to new replies.