I have a site that I'd like to have header images on the subpages. For some reason the featured image isn't working. How can I activate that? I put the image in there and no matter which template i chose for the page, the featured header image doesn't show up on any of the sub pages.
Yes the option Add Featured Image is there and I have the image there but it's not showing up. It's not under Posts, it's for the Pages.
Can likely do this a few ways.... <?php if( has_post_thumbnail()){ the_post_thumbnail();}?> in the page template itself or something like this http://wordpress.stackexchange.com/questions/40613/how-can-i-add-a-featured-image-to-a-page which is similar to the above suggestion from Darell except you will need that in your functions file for the theme itself. hope that helps, Nigel
You must confirm that you have properly uploaded an image in the Admin Dashboard -> Appearance -> Customize -> Header Image, and “save & publish”. Even, you need to check the theme, possibly the feature of header image is disable to display on pages. Check “Header” -> header banner disable option under the page edit screen > Theme Settings metabox is not checked. Hope it will work for you.