advanced code snippet search
ricosushi on 11/19/10
get url wordpress thumbnail the
11/19/10 08:10am
1 person have marked this snippet as a favorite
ricosushi
get the thumbnail url
//Get the Thumbnail URL$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array( 720,405 ), false, '' );echo $src[0];
Report this snippet Tweet
Comment:
You need to login to post a comment.