voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

Get thumbnail uri inside function #73

Closed thagxt closed 9 years ago

thagxt commented 9 years ago

I'm trying to get the thumbnail inside a function... but it doesn't work

function img_two($post_id, $imgsize) { return MultiPostThumbnails::get_post_thumbnail_url(get_post_type($post_id), 'secondary-image', $post_id, $size = $imgsize); }

calling in theme like; <?php echo img_two(get_the_ID(), 'square_550'); ?>

thagxt commented 9 years ago

fail! works...