Custom header image issue – default header not displayed
-
Hi,
My themes supports the custom header feature and I have set a default header:
$args = array( 'width' => 600, 'height' => 400, 'default-image' => get_template_directory_uri() . '/images/header.jpg', 'header-text' => false, 'uploads' => true, ); add_theme_support( 'custom-header', $args );
When I have set another header and want to turn back to the default one I simply press the ‘Suggested’ one in Theme Customizer… and press save.
BUT, when I reload the page the previous header is displayed again.
It only works when I completely remove the previous one. This is not how it should be.Bug in Theme Customizer?
Guido
ps. I previously removed another function from my theme, called register_default_headers because I thought the other function is enough… but maybe it’s not?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom header image issue – default header not displayed’ is closed to new replies.