Advertisement
Guest User

Custom Field With Lightbox

a guest
Oct 18th, 2011
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <div class="trailer-gallery">
  2. <h1>Check this Cool Photos of <?php the_title(); ?></h1> <br /><br />
  3.  
  4.  
  5. <a title="<?php the_title(); ?>" href="<?php echo get_post_meta($post->ID, 'Oneimg', true); ?>" rel="lightbox[<?php echo get_post_meta($post->ID, 'Oneimg', true); ?>]"><img title="<?php the_title(); ?>" src="<?php echo get_post_meta($post->ID, 'Oneimg', true); ?>" alt="<?php the_title(); ?>" /></a><a title="<?php the_title(); ?>" href="<?php echo get_post_meta($post->ID, 'Twoimg', true); ?>" rel="lightbox[<?php echo get_post_meta($post->ID, 'Twoimg', true); ?>]"><img title="<?php the_title(); ?>" src="<?php echo get_post_meta($post->ID, 'Twoimg', true); ?>" alt="<?php the_title(); ?>" /></a><a title="<?php the_title(); ?>" href="<?php echo get_post_meta($post->ID, 'Threimg', true); ?>" rel="lightbox[<?php echo get_post_meta($post->ID, 'Threeimg', true); ?>]"><img title="<?php the_title(); ?>" src="<?php echo get_post_meta($post->ID, 'Threeimg', true); ?>" alt="<?php the_title(); ?>" /></a>
  6.  
  7.  
  8. </div>
  9.  
  10.  
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement