Really Flexible for use
By Sattajit on May 13, 2024
Really Flexible for use
Very nice!
By philliproth on April 3, 2024
Works perfectly
Works great with a little code
By clarke77 on April 9, 2021
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();andendwhile;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!
Does not work
By Marc73 on December 3, 2018
Worst plugin ever
By kellybaya on September 16, 2018
not a good review
By alternativedge on September 5, 2018
Works fine!
By Adam Pery (adam1920) on July 4, 2017
Gets the job done!
By delawaregrad on September 23, 2016
Great plugin
By Milad Jafari (milad.jfr) on September 3, 2016
Its really useful and its works well
but its a bit hard to use for someone like me that not much familiar with coding.
it could be better if we have some shortcodes for this plugin , so we could use it much easier.
bytheway , thanks to the author.
Very good plugin!
By Vlad Stratulat (vladstratulat) on September 3, 2016
Doing it's job as required.