Advertisement
imranmodel32

prettyPhoto dynamic image linking to the big image

Sep 19th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <a rel="prettyPhoto" href="
  2.  
  3. <?php $saved_post_id = $post->ID; ?>
  4. <?php echo wp_get_attachment_url( get_post_thumbnail_id( $saved_post_id ) ); ?>
  5.  
  6. "><?php the_post_thumbnail();?>
  7. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement