Multiple Post Thumbnails

Wordpress Plugin
Download latest - 1.7

Developers

chrisscott

Download Stats

Today 538
Yesterday 699
Last Week 2,885
All Time 325,035
Banner 772x250


Releases (19 )

Version Release Date Change Log
1.7 2018-04-19
1.6.5 2015-03-22
1.6.4 2014-10-20
1.6.3 2014-10-13
1.6.2 2014-10-13
1.6 2014-09-25
  • Use medial modal instead of thickbox for WordPress 3.5+ (props mparolisi).
  • Fix getting plugin directory name for il8n (props pixeltechnologies).
1.6.1 2014-09-25
1.5 2013-02-26
  • Add a size parameter to MultiPostThumbnails::get_post_thumbnail_url to allow getting any registered size.
  • Add context option to the args accepted when instantiating a new MultiPostThumbnails to specify the metabox context. Defaults to side (which it was previously hard coded to).
  • Filter is_protected_meta to hide meta from the Custom Fields metabox by default (props willroy). To unhide them, add add_filter('mpt_unprotect_meta', '__return_true'); to your theme's functions.php.
  • il8n courtesy Horttcore
1.4 2013-01-15
  • Add a context parameter to the thickbox opener to narrow down the selection in the media upload tabs to the one being set/viewed (props kevinlangleyjr) which reduces clutter when many thumbnails are registered. Refactor js to use an object (props markparolisi). Hide attachment fields on 3.5 media sidebar.
1.3 2012-08-08
  • Don't show set as links in media screens when not in context (props prettyboymp). Add voceplatforms as an author. Updated FAQ.
1.1 2012-06-01
  • Update FAQ. Clean up readme. Don't yell null. Don't output link to original if there is no image.
1.0 2012-03-19
  • Use get_the_ID() in get_the_post_thumbnail. Props helgatheviking.
0.9 2011-11-10
  • Increment version only to attempt to get plugin versions back in sync.
0.8 2011-11-09
0.6 2011-06-17
  • Update get_the_post_thumbnail return filter to use format {$post_type}_{$thumb_id}_thumbnail_html which allows filtering by post type and thumbnail id which was the intent. Props gordonbrander.
  • Update plugin URL to point to Plugin Directory
0.5 2011-03-11
0.4 2010-10-26
  • Added: optional argument $link_to_original to *_the_post_thumbnails template tags. Thanks to gfors for the suggestion.
  • Fixed: PHP warning in media manager due to non-existent object
0.2 2010-06-17
  • Update docs and screenshots. Update tested through to 3.0 release.
0.1 2010-06-13
  • Initial release.