added code so feature image would show on single post page
authorIan Weller <ian@gaslightmedia.com>
Tue, 5 Jul 2016 19:48:31 +0000 (15:48 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 5 Jul 2016 19:48:31 +0000 (15:48 -0400)
functions.php

index e79f1af..2db3587 100644 (file)
@@ -291,7 +291,7 @@ function glm_site_scripts()
 
 /* 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");