Featured Images
WP plugin for attaching multiple featured images to posts or other objects
by Laurens Offereins · github.com/lmoffereins/featured-images · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lmoffereins/featured-images/archive/refs/heads/master.zipDeclares an update source (lmoffereins/featured-images), so updates arrive through the plugin's own updater.
From the readme
Featured Images #
Attach multiple featured images to posts or other objects.
Description ##
This WordPress plugin requires at least WordPress 4.4.
This plugin replaces the 'Featured Image' post metabox with one for selecting multiple Featured Images in your (custom) post (type)'s edit page. Using the Media Library you can attach any number of images to the post. The plugin uses the default post thumbnail data structure (metakey thumbnailid), so your default post thumbnail logic still works, just with the first image of your selection.
To display multiple images in your theme, use getfeaturedimages(). For an example, see the following code:
Installation ##
If you download Featured Images manually, make sure it is uploaded to "/wp-content/plugins/featured-images/".
Activate Featured Images in the "Plugins" admin panel using the "Activate" link.
Updates ##
This plugin is not hosted in the official WordPress repository. Instead, updating is supported through use of the GitHub Updater plugin by @afragen and friends.
Contributing ##
You can contribute to the development of this plugin by opening a new issue to report a bug or request a feature in the plugin's GitHub reposito