Published in: PHP
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php $thumb = get_post_meta($post->ID, 'thumb', true); ?> <a target="_blank" href="<?php the_permalink() ?>"><img alt="" width="180" height="240" src="<?php echo $thumb; ?>" /></a> <?php endwhile; ?> <?php endif; ?>
You need to login to post a comment.
