1<?php if ( get_post_meta( get_the_ID(), 'thumb', true ) ) : ?>
2 <a href="<?php the_permalink() ?>" rel="bookmark">
3 <img class="thumb" src="<?php echo esc_url( get_post_meta( get_the_ID(), 'thumb', true ) ); ?>" alt="<?php the_title_attribute(); ?>" />
4 </a>
5<?php endif; ?>
6