You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The theme fails to display the header is the custom-header support is removed. I think this code should fix it.
header.php: line 20 <?php if ( (current_theme_supports('custom-header') && display_header_text()) || ! current_theme_supports('custom-header') ) : // If user chooses to display header
The text was updated successfully, but these errors were encountered:
The theme fails to display the header is the custom-header support is removed. I think this code should fix it.
header.php: line 20
<?php if ( (current_theme_supports('custom-header') && display_header_text()) || ! current_theme_supports('custom-header') ) : // If user chooses to display header
The text was updated successfully, but these errors were encountered: