Title: Dynamic Featured Image
Author: Ankit Pokhrel
Published: <strong>Septemba 20, 2013</strong>
Last modified: Januari 29, 2021

---

Tafuta vijalizi

![](https://s.w.org/plugins/geopattern-icon/dynamic-featured-image_444643.svg)

# dynamic-featured-image

 By [Ankit Pokhrel](https://profiles.wordpress.org/ankitpokhrel/)

 * [Details](https://sw.wordpress.org/plugins/dynamic-featured-image/#description)
 * [Reviews](https://sw.wordpress.org/plugins/dynamic-featured-image/#reviews)
 * [Development](https://sw.wordpress.org/plugins/dynamic-featured-image/#developers)

 [Saidia](https://wordpress.org/support/plugin/dynamic-featured-image/)

## Maelezo

This plugin has been closed as of Septemba 2, 2024 and is not available for download.
Reason: Suala la Usalama.

## Reviews

![](https://secure.gravatar.com/avatar/46d4581101b66f7edf94e2fae074bb09d3d7f15832c15d739968dc2af0e43418?
s=60&d=retro&r=g)

### 󠀁[Really Flexible for use](https://wordpress.org/support/topic/really-flexible-for-use/)󠁿

 [Sattajit](https://profiles.wordpress.org/sattajit/) Mei 13, 2024

Really Flexible for use

![](https://secure.gravatar.com/avatar/f6762cdfffc01b7b93234d2ea9e5e2585898ad41d97a0f01a6930bf6ac7dd536?
s=60&d=retro&r=g)

### 󠀁[Very nice!](https://wordpress.org/support/topic/very-nice-1941/)󠁿

 [philliproth](https://profiles.wordpress.org/philliproth/) Aprili 3, 2024

Works perfectly

![](https://secure.gravatar.com/avatar/a4348f35b2ef74b4485607812f75b59752ea415443dc2b0c22c62bc5c9a72b83?
s=60&d=retro&r=g)

### 󠀁[Works great with a little code](https://wordpress.org/support/topic/works-great-with-a-little-code/)󠁿

 [clarke77](https://profiles.wordpress.org/clarke77/) Aprili 9, 2021

I got the free version working perfectly last night with WordPress 5.7. The description
says the plugin will “add any number of featured images … without writing a single
line of code”, which is a bit misleading. The plugin provides a GUI interface to
flag images as featured, but to actually have the images appear on your site you
need to write some code. Stack Overflow to the rescue. I found this snippet there
and got it working: if( class_exists('Dynamic_Featured_Image') ) { global $dynamic_featured_image;
$featured_images = $dynamic_featured_image->get_featured_images( ); //print_r($featured_images);//
You can now loop through the image to display them as required foreach($featured_images
as $featured_image) { echo "<img src='".$featured_image['full']."'>"; } } Detailed
instructions for those who, like me, don’t know PHP at all: Go to Appearance/Theme
Editor Double click on the part of the site you want to add featured images. This
will probably be ‘Single Page’ or ‘Single Post’, but it could be ‘Theme Header’,‘
Theme Footer’, or whatever. For most pages, you’ll want to paste the above code 
into ‘the loop’. If you don’t know what ‘the loop’ is, it’s worth looking in to,
as it’s probably a bit different on different themes. On most themes, pasting the
code anywhere between while (have_posts()): the_post(); and endwhile; should work.
But where you put it in relation to other things in ‘the loop’ probably matters.
Note that everything between the quotes, after the word ‘echo’ in the code above
is what will appear on your page. So any other stuff you want to add (list items,
div tags, etc.) needs to go in there. If you’re adding any attributes, use single
quotes or your whole site will bork. Have fun! Hope that helps. And thank you, Ankit,
for a great plugin!

![](https://secure.gravatar.com/avatar/8812d783629ce418b7b8dfe2a9385264dcfacf5ef0e0662a9e4e1dcd9bc0edd0?
s=60&d=retro&r=g)

### 󠀁[Does not work](https://wordpress.org/support/topic/does-not-work-998/)󠁿

 [Marc73](https://profiles.wordpress.org/marc73/) Disemba 3, 2018

This is a poorly documented, poorly coded half-done plugin. The plugin, if you read
the fine print, assumes you would go to a github page, and follow vague instructions
on what functions you need to call in your theme… as if this is something that the
average user can do. It is a great idea to show many featured images… it is a pitty
you have a be a coder, to create your child-theme and hack it to get this to work.

![](https://secure.gravatar.com/avatar/b68e9aabb8ac31abcc86c26ab2f715e25e72c10ac63c2614b60a1cd000611863?
s=60&d=retro&r=g)

### 󠀁[Worst plugin ever](https://wordpress.org/support/topic/worst-plugin-ever-34/)󠁿

 [kellybaya](https://profiles.wordpress.org/kellybaya/) Septemba 16, 2018

DO NOT purchase the Pro version of this plugin. It does not work as described and
has terrible documentation. Emails sent asking for a refund have been ignored. Looking
though the support forum I can also see that support for this plugin is non-existent.
These guys don’t care about their customers or the quality of their work.

![](https://secure.gravatar.com/avatar/6f09bb82a28724503bfe1455dc236d035bc34a61bf046eec8d34d7b5956fa70d?
s=60&d=retro&r=g)

### 󠀁[not a good review](https://wordpress.org/support/topic/not-a-good-review/)󠁿

 [alternativedge](https://profiles.wordpress.org/alternativedge/) Septemba 5, 2018

word of advice for those looking to buy the pro version… don’t!! Truly a master 
piece in terms of terrible development and documentation.. I am in awe……

 [ Soma maoni yote 58 ](https://wordpress.org/support/plugin/dynamic-featured-image/reviews/)

## Wachangiaji & Wasanidi

“Dynamic Featured Image” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Ankit Pokhrel ](https://profiles.wordpress.org/ankitpokhrel/)
 *   [ Christian Foellmann ](https://profiles.wordpress.org/cfoellmann/)

“Dynamic Featured Image” zimetafsiriwa kwa lugha 13. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/dynamic-featured-image/contributors)
for their contributions.

[Translate “Dynamic Featured Image” into your language.](https://translate.wordpress.org/projects/wp-plugins/dynamic-featured-image)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dynamic-featured-image/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dynamic-featured-image/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dynamic-featured-image/)
by [RSS](https://plugins.trac.wordpress.org/log/dynamic-featured-image/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **3.7.0**
 *  Last updated **5 miaka zilizopita**
 *  Active installations **N/A**
 *  WordPress version ** 3.8 au juu **
 *  Tested up to **5.6.17**
 *  PHP version ** 5.4 au juu **
 *  Languages
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/dynamic-featured-image/),
   [Dutch](https://nl.wordpress.org/plugins/dynamic-featured-image/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/dynamic-featured-image/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/dynamic-featured-image/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/dynamic-featured-image/),
   [English (UK)](https://en-gb.wordpress.org/plugins/dynamic-featured-image/), 
   [English (US)](https://wordpress.org/plugins/dynamic-featured-image/), [French (France)](https://fr.wordpress.org/plugins/dynamic-featured-image/),
   [Galician](https://gl.wordpress.org/plugins/dynamic-featured-image/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/dynamic-featured-image/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/dynamic-featured-image/), 
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/dynamic-featured-image/),
   [Swedish](https://sv.wordpress.org/plugins/dynamic-featured-image/), na [Ukrainian](https://uk.wordpress.org/plugins/dynamic-featured-image/).
 *  [Tafsiri kwa lugha yako](https://translate.wordpress.org/projects/wp-plugins/dynamic-featured-image)
 *  [Advanced View](https://sw.wordpress.org/plugins/dynamic-featured-image/advanced/)