rexrony89

Geting Post / Page or featured Image URL

Jul 22nd, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. //Geting Post / Page or featured Image URL
  2.  
  3. <?php echo $postID=$post->ID; $image = wp_get_attachment_image_src (get_post_thumbnail_id( $pageID ),'medium', true) ; ?>
  4.  
  5. <img src="<?php echo $image[0]; ?>" width="<?php echo $image[1]; ?>" height="<?php echo $image[2]; ?>">
Advertisement
Add Comment
Please, Sign In to add comment