We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bddd3 commit 27b625fCopy full SHA for 27b625f
packages/block-library/src/post-template/index.php
@@ -39,6 +39,7 @@ function render_block_core_post_template( $attributes, $content, $block ) {
39
if ( ! $query->have_posts() ) {
40
return '';
41
}
42
+ update_post_thumbnail_cache( $query );
43
44
$classnames = '';
45
if ( isset( $block->context['displayLayout'] ) && isset( $block->context['query'] ) ) {
0 commit comments