manu3l9816

Hi post lightbox

Mar 18th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php if (has_post_thumbnail()): ?>
  2. <div class="post-thumbnail">
  3. <a href="<?php the_permalink();?>">
  4.                                                     <img src="<?php echo mcresize_image(thumb_url(), 639, 289, 't'); ?>" alt="" width="639" height="289" />
  5. </a>
  6. </div><!-- end of post-thumbnail -->
  7. <?php endif ?>
Advertisement
Add Comment
Please, Sign In to add comment