Advertisement
NathanF

WP images

Mar 20th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <!-- in a page template -->
  2.  
  3. <?php $image_attributes = wp_get_attachment_image_src( 194, array(196,126) ); ?>
  4. <img src="<?php echo $image_attributes[0]; ?>" width="<?php echo $image_attributes[1]; ?>" height="<?php echo $image_attributes[2]; ?>">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement