/* Header for posts*/
function glm_get_background() {
- if (has_post_thumbnail() && !is_woocommerce() && !is_shop() && !is_category() && !is_cart() && !is_checkout() && !is_account_page() && !is_home() && !is_archive() &&
+ if (has_post_thumbnail() && !is_woocommerce() && !is_shop() && !is_category() && !is_cart() && !is_checkout() && !is_account_page() && !is_home() && !is_archive() && !is_single() &&
!is_page( array('product-category','cart','checkout','my-account'))
) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");