{"id":536,"date":"2010-06-13T19:45:11","date_gmt":"2010-06-13T19:45:11","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/multiple-post-thumbnails\/"},"modified":"2018-11-26T18:32:36","modified_gmt":"2018-11-26T18:32:36","slug":"multiple-post-thumbnails","status":"publish","type":"plugin","link":"https:\/\/eo.wordpress.org\/plugins\/multiple-post-thumbnails\/","author":1237183,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.7","stable_tag":"1.7","tested":"5.0.25","requires":"2.9.2","requires_php":"5.6","requires_plugins":"","header_name":"Multiple Post Thumbnails","header_author":"Chris Scott","header_description":"","assets_banners_color":"d94965","last_updated":"2018-11-26 18:32:36","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/multiple-post-thumbnails\/","header_author_uri":"http:\/\/iamzed.com\/","rating":4.7,"author_block_rating":0,"active_installs":20000,"downloads":519396,"num_ratings":42,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["installation","faq","changelog","description"],"tags":[],"upgrade_notice":{"0.6":"<p>get_the_post_thumbnail return filter changed to use the format <code>{$post_type}_{$thumb_id}_thumbnail_html<\/code> which allows filtering by post type and thumbnail id which was the intent.<\/p>"},"ratings":{"1":"3","2":0,"3":0,"4":"1","5":"38"},"assets_icons":[],"assets_banners":{"banner-1154x500.png":{"filename":"banner-1154x500.png","revision":"652603","resolution":"1154x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"652603","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.4","0.5","0.6","0.8","0.9","1.0","1.1","1.3","1.4","1.5","1.6","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.7"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1980849","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1980849","resolution":"1","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1980849","resolution":"3","location":"plugin"}},"screenshots":{"1":"Admin meta box showing a new thumbnail named 'Secondary Image'.","2":"Media modal showing images attached to the post and a 'Secondary Image' selected.","3":"Admin meta box with the 'Secondary Image' selected."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1795,133,2956],"plugin_category":[50],"plugin_contributors":[78253,78214],"plugin_business_model":[],"class_list":["post-536","plugin","type-plugin","status-publish","hentry","plugin_tags-featured-image","plugin_tags-image","plugin_tags-thumbnails","plugin_category-media","plugin_contributors-chrisscott","plugin_contributors-voceplatforms","plugin_committers-chrisscott"],"banners":{"banner":"https:\/\/ps.w.org\/multiple-post-thumbnails\/assets\/banner-772x250.png?rev=652603","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/multiple-post-thumbnails_d94965.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/multiple-post-thumbnails\/trunk\/screenshot-1.png?rev=1980849","caption":"Admin meta box showing a new thumbnail named 'Secondary Image'."},{"src":"https:\/\/ps.w.org\/multiple-post-thumbnails\/trunk\/screenshot-2.png?rev=1980849","caption":"Media modal showing images attached to the post and a 'Secondary Image' selected."},{"src":"https:\/\/ps.w.org\/multiple-post-thumbnails\/trunk\/screenshot-3.png?rev=1980849","caption":"Admin meta box with the 'Secondary Image' selected."}],"raw_content":"<!--section=installation-->\n<p>Please refer to full documentation at https:\/\/github.com\/voceconnect\/multi-post-thumbnails\/wiki<\/p>\n\n<!--section=faq-->\n<p>If you have any issues with this plugin, please log them at the Github repo for this plugin.\nThis is done to centralize our issues and make sure nothing goes unnoticed.<\/p>\n\n<p>The URL to log an issue is https:\/\/github.com\/voceconnect\/multi-post-thumbnails\/issues<\/p>\n\n<p>See Frequently Asked Questions at https:\/\/github.com\/voceconnect\/multi-post-thumbnails\/wiki\/Frequently-Asked-Questions<\/p>\n\n<!--section=changelog-->\n<p>After version 1.3, releases were tracked in github: https:\/\/github.com\/voceconnect\/multi-post-thumbnails\/releases<\/p>\n\n<p>Historical releases are below:<\/p>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Don't show set as links in media screens when not in context (props prettyboymp). Add voceplatforms as an author. Updated FAQ.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>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).<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Update FAQ. Clean up <code>readme<\/code>. Don't yell <code>null<\/code>. Don't output link to original if there is no image. <\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Use <code>get_the_ID()<\/code> in <code>get_the_post_thumbnail<\/code>. Props helgatheviking.<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>Increment version only to attempt to get plugin versions back in sync.<\/li>\n<\/ul>\n\n<h4>0.8<\/h4>\n\n<ul>\n<li>Revert init action changes from 0.7. Fixes admin metaboxes not showing when the MultiPostThumbnails class is instantiated in an action instead of <code>functions.php<\/code><\/li>\n<\/ul>\n\n<h4>0.7<\/h4>\n\n<ul>\n<li>Add actions\/filters on init action. Should fix admin metaboxes not showing or showing out of order. props arizzitano.<\/li>\n<\/ul>\n\n<h4>0.6<\/h4>\n\n<ul>\n<li>Update <code>get_the_post_thumbnail<\/code> return filter to use format <code>{$post_type}_{$thumb_id}_thumbnail_html<\/code> which allows filtering by post type and thumbnail id which was the intent. Props gordonbrander.<\/li>\n<li>Update plugin URL to point to Plugin Directory<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Update readme to check for <code>MultiPostThumbnails<\/code> class before calling.<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>Added: optional argument <code>$link_to_original<\/code> to *_the_post_thumbnails template tags. Thanks to gfors for the suggestion.<\/li>\n<li>Fixed: PHP warning in media manager due to non-existent object<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Fixed: when displaying the insert link in the media library, check the post_type so it only shows for the registered type.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Update docs and screenshots. Update tested through to 3.0 release.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>\n\n<!--section=description-->\n<p>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.<\/p>","raw_excerpt":"Adds multiple post thumbnails to a post type. If you&#039;ve ever wanted more than one Featured Image on a post, this plugin is for you.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/536","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=536"}],"author":[{"embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/chrisscott"}],"wp:attachment":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=536"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=536"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=536"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=536"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=536"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}