Rating: 5 stars
Crazy cool plugin! It works great (also with page builders like Elementor). Thank you.
]]>Rating: 5 stars
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!
]]>Rating: 5 stars
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!
]]>Rating: 5 stars
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;
}
]]>
Rating: 5 stars
Hi,
This is my first review, this plugin made me review it because it is so awesome.
Makes life easier. Thank you ??
]]>Rating: 5 stars
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.
]]>Rating: 5 stars
Thank you for your plugin, that was exactly what I need ??
]]>Rating: 5 stars
Very useful!
]]>Rating: 5 stars
Top draw plugin that comes with real time backup. Keep up the good work. Thanks Marcus
]]>Rating: 4 stars
We’ve been using the plugin for a couple years now, all good. Recently, I had to contact Marcus for support due to an upgrade issue. I was very pleased with his timely response and effort to help me resolve the issue.
]]>Rating: 4 stars
Thanks for made it. But I expect default upload box style of wordpress to upload media files.
]]>Rating: 5 stars
Does it jobs in a great and simple way! Perfect compliment when developing themes
]]>Rating: 5 stars
Used this plugin for 2 projects and it’s awsome!
]]>Rating: 5 stars
This is an excellent plugin which is incredibly helpful and saved me a lot of time and effort.
]]>Rating: 5 stars
thefrankman,
Can you be more clear which snippet from the README text is to be inserted in the functions.php file?
Thanks,
Jerry
]]>Rating: 4 stars
I thought i would leave a post here for anyone else who was a bit confused about the installation since the Readme is NOT clear.
The snippet of code that is in the read me text must be added to your themes functions.php file. Additionally you will have to put the function there twice once for ‘post_type’ => ‘post’ and once for ‘post_type’ => ‘page’.
]]>Rating: 1 star
I was unable to get this to work.
I found the instructions far too vague and after reading the support section, there is virtually no help.
I will change the review if I read some more information or see some informative instructions.
]]>Rating: 5 stars
Always gets me where I need to be. An updated upload interface would be great though.
]]>Rating: 5 stars
Easy to use, thanks.
]]>Rating: 5 stars
This didn’t work for me.
]]>Rating: 5 stars
thank for such a great code you have made ,,,
]]>Rating: 5 stars
Awesome, thank you very much for developing this! It is very easy to use the php code within templates and themes. Sometimes people get confused when adding additional featured images from the media library.
]]>Rating: 5 stars
I have used this in various custom themes and it works perfectly!
]]>Rating: 4 stars
But it could use an option to add classes/ID’s to the images. With that functionality, I’d give it 5 stars.
]]>Rating: 5 stars
Created a custom post type and Multiple Featured Images worked beautifully. Thanks very much for this plugin.
]]>Rating: 5 stars
I like this one! ?? I’s much more better than “Multiple Post Thumbnails”
]]>Rating: 5 stars
__
]]>Rating: 5 stars
This was a dead simple solution to a feature requested by a client. Prior to finding the plug, I had struggled with using hard coded meta-tag lists and another plugin (Multiple Fields) to present an easy way for the client to change one of 2 images that differ per page.
Thanks for taking hours, if not days, off of development and training time.
]]>Love this. I was messing about with adding wp_editor areas to add images, but its so messy. This perfectly emulates the featured image look&feel. The backend functions are easy enough to use too.
]]>