Return to Snippet

Revision: 50365
at August 18, 2011 23:50 by tcelestino


Initial Code
<?php
 //Get the Thumbnail URL
 $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array( 140,140 ), false, '' );
 echo $src[0];
?>

Initial URL


Initial Description


Initial Title
Get url thumbnail WordPress

Initial Tags
wordpress

Initial Language
PHP