<?php $thumb = get_post_meta($post->ID, "thumbnail", true); if($thumb) echo '<img src="'.$thumb.'" class="wpn_thumbnail" alt="" />'; ?>