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.
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.
Please refer to full documentation at https://github.com/voceconnect/multi-post-thumbnails/wiki
If you have any issues with this plugin, please log them at the Github repo for this plugin.
This is done to centralize our issues and make sure nothing goes unnoticed.
The URL to log an issue is https://github.com/voceconnect/multi-post-thumbnails/issues
See Frequently Asked Questions at https://github.com/voceconnect/multi-post-thumbnails/wiki/Frequently-Asked-Questions
After version 1.3, releases were tracked in github: https://github.com/voceconnect/multi-post-thumbnails/releases
Historical releases are below:
readme
. Don’t yell null
. Don’t output link to original if there is no image. get_the_ID()
in get_the_post_thumbnail
. Props helgatheviking.functions.php
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.MultiPostThumbnails
class before calling.$link_to_original
to *_the_post_thumbnails template tags. Thanks to gfors for the suggestion.