ID ) ) { $banner_image_single_post = get_post_meta( $post->ID, 'blog-expert-meta-checkbox', true ); if ( $banner_image_single_post ) { $banner_image_array = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'blog-expert-header-image' ); $global_banner_image = $banner_image_array[0]; } } } ?>