PHP
<?php if ( get_post_meta($post->ID, 'Image', true) ) { ?>
<div class="postthumb">
<img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo get_post_meta($post->ID, "Image", $single = true); ?>&h=219&w=327&zc=1" alt="<?php the_title(); ?>" width="327" height="219" />
</div>
<?php } ?>
Funktioniert. Aber nun knallts mir die Zutatenliste nach unten und bleibt nicht rechts. Auch oben am Rand zum Titel ist nun keine Zeile Luft mehr :-(
Siehe Bild