Advertisement
Guest User

ewizz

a guest
Feb 22nd, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. echo '<div class="pictures_entry">';
  2.           echo '<a href="'.$attachments[$i]["location"].'" title="'.$attachments[$i]["title"].'" rel="prettyPhoto[gallery]">
  3.            <img src="'.get_bloginfo('template_directory').'/includes/timthumb.php?src='.$attachments[$i]["location"].'&w=200&h=120&zc=1" alt="'.get_the_title().'"></a>';
  4.         echo '</div>';
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement