get_the_post_thumbnail() – Invalid argument supplied for foreach() in /wp-includes/post-thumbnail-template.php on line 64
This Trac ticket here describes your problem and the cause: https://core.trac.wordpress.org/ticket/26321 I got a warning/error related to update_post_thumbnail_cache() function: Warning: Invalid argument supplied for foreach() in ./wp-includes/post-thumbnail-template.php on line 64 The $wp_query->posts array is missing, but we have the single $wp_query->post. foreach ( $wp_query->posts as $post ) { if ( $id = get_post_thumbnail_id( $post->ID ) … Read more