oh! They WERE in my widgets and now they’re gone. Thank you very much!
Hi there, I’m looking in my widgets, and don’t see anything there:(
My apologies. New to forums. Here is the section of code I think requires the update:
<?php if ( is_home() && get_header_image() ) : ?>
<div id=”header-image” class=”header-image”>
<img src=”<?php header_image(); ?>” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=””>
</div><!– #header-image –>
<?php elseif ( is_page() && has_post_thumbnail() ) : ?>
<div id=”header-image” class=”header-image”>
<?php the_post_thumbnail( ‘first-page-thumbnail’ ); ?>
</div><!– #header-image –>
<?php endif; ?>
</header><!– #masthead –>