Closed thagxt closed 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'); ?>
<?php echo img_two(get_the_ID(), 'square_550'); ?>
fail! works...
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'); ?>