Plugin Pulse
← Pulse

Multiple Featured Images

by Marcus Kober · Uncategorized

Enables multiple featured images for all post types (including custom post types and WooCommerce products). Comes with a widget and a handy shortcode …

⚠ Stale⚠ Likely abandoned
How scoring works →
50 Health · D
Maintenance 3/100
Rating quality 88/100
Support 70/100

50 health vs 56 average across 16,376 Uncategorized plugins

Removal-risk signals

53/100

Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.

  • Long abandoned. No update in 6+ years — the top precursor to removal once a vulnerability is found.
  • Falling behind WordPress. Tested up to WordPress 5.5.20.

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

50 / 100

Room to improve

Biggest win: Update recency

Update recency 2/100
WP compatibility 22/100
Rating quality 86/100
Listing tuning 100/100

To rank higher: Last updated 2200 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+52% vs prior 30d
39Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

399

now · peak 604

39430d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Multiple Featured Im · #3199 you B7 Multiple Featured · #18426 Featured Image Admin · #1129 Add Featured Image t · #4411

Rating trend

Star average over time · dips mark rough releases

4.7Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

79per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

6.0y ago

latest release · v0.5.0

7

tagged releases on record

Recent releases

0.5.0 · 6.0y ago0.4.3 · 9.7y ago0.4.2 · 9.8y ago0.4.1 · 9.8y ago0.4.0 · 9.8y ago0.3 · 14.3y ago0.2 · 14.3y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 92% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v0.5 92%
Older / other versions 7.7%

Estimated active installs

The public count shows “5K+”. Our estimate pins where the real number sits.

tracked estimate
5K–6K ≈5.7K

Refined from the date this plugin crossed into its current band.

Install history · since 2015-04-02 · 1,427 observations

5KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
0.5.0
Last updated
6.0y ago
Added
2012-04-26 · 14 yrs old
Requires WP
3.5
Tested up to
5.5.20
Requires PHP
5.6

Recent reviews

All reviews on wp.org ↗
  1. stefaniehaser
    5.1y ago

    Crazy cool plugin! It works great (also with page builders like Elementor). Thank you.

    Read on wp.org ↗
  2. Alin Andrei
    5.6y ago

    Great tool. It would’ve been nice if it could support bulk upload of featured images, as a gallery (just like in woocommerce product galleries). Thanks!

    Read on wp.org ↗
  3. Nate Zander
    6.0y ago

    Adds so much more flexibility for designing a post, or displaying content in different contexts (home page, single post, archive). Thank you for this great plugin!

    Read on wp.org ↗
  4. niceapps
    6.8y ago

    Exactly what I was looking for ! Works great with the latest version of WordPress (5.3) No need for shortcode! To obtain a featured image that loads automatically according to the language of the plugin qtranslate-x, you can add in the file functions.php: add_filter( 'kdmfi_featured_images', function( $featured_images ) { $args = array( 'id' => 'featured-image-en', 'desc' => 'English version of the feature image.', 'label_name' => 'English featured image', 'label_set' => 'Set english featured image', 'label_remove' => 'Remove english featured image', 'label_use' => 'Set english featured image', 'post_type' => array( 'page', 'post', 'portfolio', 'app' ), ); $featured_images[] = $args; return $featured_images; }); add_filter( 'get_post_metadata', 'wdm_change_featured_image', 10, 4 ); function wdm_change_featured_image( $feature_image_id = null, $post_id, $meta_key, $single ) { if ( $meta_key == '_thumbnail_id' ) { if(function_exists('qtranxf_getLanguage')) { if (qtranxf_getLanguage() == 'en' && kdmfi_has_featured_image( 'featured-image-en', $post_id )) { $feature_image_id = kdmfi_get_featured_image_id( 'featured-image-en', $post_id ); } } } return $feature_image_id; }

    Read on wp.org ↗
  5. imemine
    8.5y ago

    Hi, This is my first review, this plugin made me review it because it is so awesome. Makes life easier. Thank you 🙂

    Read on wp.org ↗
  6. Avant 5
    8.7y ago

    I have been using this for years. I can’t even begin to count how many times I’ve been handed a design for a theme to build where the designer had a thumbnail for one gallery, then a totally different type of thumbnail for some other section of the site. Nothing flashy here, just the perfect tool for the job. This plugin makes adding extra featured image types a breeze. It’s a tool for developers, tho and not a simple plug-n-play solution. It doesn’t simply add a second thumbnail to your posts, it does require some really lite code tinkering, so if you’re not comfortable monkeying around in the functions file(s), this won’t solve the problem for you. This topic was modified 8 years, 7 months ago by Avant 5. Reason: 1) Fixed a vague-language issue. 2) Replaced the word 'plugin' where 'thumbnail' was intended

    Read on wp.org ↗
  7. lf2s
    9.6y ago

    Thank you for your plugin, that was exactly what I need 🙂 This topic was modified 9 years, 5 months ago by lf2s.

    Read on wp.org ↗
  8. roxer82
    9.7y ago

    Very useful!

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. Version 0.5.0 Added shortcode for displaying the image Changed the meta key from kdmfi to kdmfi_ to enable API access again 0.5.0
  2. Version 0.4.3 Backwards compatibility to PHP 5.3.10 Added support for translations 0.4.3
  3. Version 0.4.2 Bug fixes 0.4.2
  4. Version 0.4.1 Bug fixes 0.4.1
  5. Version 0.4.0 Completely rewritten; added Widget 0.4.0
  6. Version 0.3 Bug fix: no output of url when a size is given 0.3

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 7.2.16 · WP 5.3

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 4 languages, 1 at 90% or more · development strings

Dutch 100%
German 77%
Swedish 77%
German (Formal) 66%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2025-12-21 6K+ → 5K+ down after 2 days in tier
  2. 2025-12-19 5K+ → 6K+ up after 2 days in tier
  3. 2025-12-17 6K+ → 5K+ down after 383 days in tier
  4. 2024-11-29 7K+ → 6K+ down after 340 days in tier
  5. 2023-12-25 8K+ → 7K+ down after 254 days in tier
  6. 2023-04-15 9K+ → 8K+ down after 1 days in tier
  7. 2023-04-14 8K+ → 9K+ up after 5 days in tier
  8. 2023-04-09 9K+ → 8K+ down

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Multiple Featured Images into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/multiple-featured-images" width="480" height="300" style="border:0" loading="lazy" title="Multiple Featured Images — Plugin Pulse"></iframe>
Preview card ↗

Multiple Featured Images: 5K+ active installs, 4.7★ (28 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/multiple-featured-images