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

Multipost return values #64

Closed anteloff closed 9 years ago

anteloff commented 9 years ago

Hi, thanks for great plugin!

I have one question, since I'm using multipost plugin to display images in slider (3 slides, 1 image for each). Slider is coded into single.php template file, and I call multipost thumbnail image in each slide, example :

So, I would like to check if multipost item "project-image3" exists, and if it does, I'd like to show slide. If it doesn't exist, slide shouldn't be visible.

Thanks in advance! Ante.

chrisscott commented 9 years ago

You can use the value of MultiPostThumbnails ::get_the_post_thumbnail() to determine this. If there is no thumbnail the return value will be a blank string.