PHPackages                             andersonmadeira/multiple-featured-images - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. andersonmadeira/multiple-featured-images

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

andersonmadeira/multiple-featured-images
========================================

Multiple Featured Images for your WP Posts

v0.2.0(7y ago)014MITPHP

Since Aug 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/andersonmadeira/multiple-featured-images)[ Packagist](https://packagist.org/packages/andersonmadeira/multiple-featured-images)[ Docs](https://github.com/andersonmadeira/multiple-featured-images)[ RSS](/packages/andersonmadeira-multiple-featured-images/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

multiple-featured-post-images
=============================

[](#multiple-featured-post-images)

Wordpress plugin that enables multiple featured images in post types

### Installation

[](#installation)

Just a regular wp plugin installation

### How to setup new images

[](#how-to-setup-new-images)

Using this plugin is just a matter of setting the your image data and getting the image url later.

Set the image data in your functions.php file or elsewhere:

```
if ( class_exists('AMad_Multiple_Featured_Images') ) {
    $mfi = new AMad_Multiple_Featured_Images();
    $mfi->register_image(array('custom_image', 'Custom Image'));
    $mfi->run();
}
```

1. The code checks if the main plugin class exists, just for safety
2. `custom_image` is the id (slug) for the image data
3. `Custom Image` is the title of the metabox seen while editing the post
4. Then run the plugin code

### Get the selected image

[](#get-the-selected-image)

To get the url for the selected image:

```
$mfi->get_image_url( $post_id, 'custom_image' );
```

### Contributions

[](#contributions)

Are always welcome.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2842d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9263e9b30e06ac4825d73f78f69cc07aeb062c8b994c0d89d771e373d03beb6?d=identicon)[andersonmadeira](/maintainers/andersonmadeira)

---

Top Contributors

[![andersonmadeira](https://avatars.githubusercontent.com/u/6282555?v=4)](https://github.com/andersonmadeira "andersonmadeira (3 commits)")

### Embed Badge

![Health badge](/badges/andersonmadeira-multiple-featured-images/health.svg)

```
[![Health](https://phpackages.com/badges/andersonmadeira-multiple-featured-images/health.svg)](https://phpackages.com/packages/andersonmadeira-multiple-featured-images)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
