From 013705800a75d0b58d1b7a9ee87bdc3747887ac0 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 10 Sep 2016 21:22:25 +0200 Subject: [PATCH] Re-add thumb --- single.php | 1 + 1 file changed, 1 insertion(+) diff --git a/single.php b/single.php index c2b391b..a8dca48 100644 --- a/single.php +++ b/single.php @@ -95,6 +95,7 @@ )); foreach($tagebuch as $tb){ if(get_field('urlaub',$tb->ID)->ID === get_the_ID()){ + $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($tb->ID), 'post-thumb' ); echo('
');