Use Featured Image For Page Header Background
/** * Will use the Featured image as the background when selecting the * Background Image page header style. * * @link http://totalwptheme.com/docs/snippets/alter-the-page-header-style/ * @link http://totalwptheme.com/docs/snippets/post-featured-image-header-bg/ * */ function my_page_header_background_image( $image ) { if ( has_post_thumbnail() ) { $image =…