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

MultiPostThumbnails add post_id conditional #101

Open 1ucay opened 8 years ago

1ucay commented 8 years ago

Hi, thanks for you work. Can you pleae add some conditional for post_id? I have some pages, which have another thumbnail - for example on homepage and another on single view.

if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Homepage Image', 'id' => 'secondary-image', 'post_id' => array(21,20), ) ); }