A comprehensive collection of visual components for your site
About Multiple Post Thumbnails
This plugin allows you to add multiple featured images to a post. If you need more than one featured image on a post, this is the plugin for you.Screenshots



Frequently asked questions
What does the Multiple Post Thumbnails plugin do?
The Multiple Post Thumbnails plugin adds the ability to include more than one featured image on a post type. It is designed for users who need multiple post thumbnails.
Who is the author of this plugin?
The author of the Multiple Post Thumbnails plugin is Chris Scott.
How many active installations does the plugin have?
The Multiple Post Thumbnails plugin has 20,000 active installations.
Changelog
After version 1.3, releases were tracked in github: https://github.com/voceconnect/multi-post-thumbnails/releases
Historical releases are below:
1.3
- Don’t show set as links in media screens when not in context (props prettyboymp). Add voceplatforms as an author. Updated FAQ.
1.2
- Only enqueue admin scripts on needed pages (props johnjamesjacoby) and make sure thickbox is loaded (props prettyboymp). Add media-upload script to dependencies for post types that don’t already require it (props kevinlangleyjr).
1.1
- Update FAQ. Clean up
readme. Don’t yellnull. Don’t output link to original if there is no image.
1.0
- Use
get_the_ID()inget_the_post_thumbnail. Props helgatheviking.
0.9
- Increment version only to attempt to get plugin versions back in sync.
0.8
- Revert init action changes from 0.7. Fixes admin metaboxes not showing when the MultiPostThumbnails class is instantiated in an action instead of
functions.php
0.7
- Add actions/filters on init action. Should fix admin metaboxes not showing or showing out of order. props arizzitano.
0.6
- Update
get_the_post_thumbnailreturn filter to use format{$post_type}_{$thumb_id}_thumbnail_htmlwhich allows filtering by post type and thumbnail id which was the intent. Props gordonbrander. - Update plugin URL to point to Plugin Directory
0.5
- Update readme to check for
MultiPostThumbnailsclass before calling.
0.4
- Added: optional argument
$link_to_originalto *_the_post_thumbnails template tags. Thanks to gfors for the suggestion. - Fixed: PHP warning in media manager due to non-existent object
0.3
- Fixed: when displaying the insert link in the media library, check the post_type so it only shows for the registered type.
0.2
- Update docs and screenshots. Update tested through to 3.0 release.
0.1
- Initial release.