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

Display multi post post thumbnail in other cpt #34

Closed loewengleich closed 10 years ago

loewengleich commented 10 years ago

Hi,

I added to CPT "Location" one multi post thumbnail. Can I display this thumbnail in another CPT like Event from this "Location"?

chrisscott commented 10 years ago

If you are talking about displaying it in a template, yes, you just call it as you normally would to output it anywhere, but you'll need to pass in the post ID of the location post it is attached to as the 3rd parameter to MultiPostThumbnails::the_post_thumbnail(). See the docs for details.