diff --git a/single.php b/single.php index 2cd1ce7..8db87e1 100644 --- a/single.php +++ b/single.php @@ -95,7 +95,11 @@ )); foreach($tagebuch as $tb){ if(get_field('urlaub',$tb->ID)->ID === get_the_ID()){ - get_template_part( 'content', get_post_format($tb->ID) ); + $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'post-thumb' ); + + echo('
'); + echo('
'); + echo('

'.the_title().'

); } } ?>