Thanks so much @mendezcode, glad you like it! 🙂
Oh yes, I love it! I will be using this plugin for posterity 😛
I had to hide the hover image though, it’s a bit distracting when working with the posts.
Would a constant or perhaps a hook be useful to do that? If so, I can build it in in a jiffy 🙂
You can use something along the lines of:
$efi_settings = apply_filters( 'efi_plugin_settings', array(
'show_thumbnail_preview' => true
) );
This allows themes to modify the thumbnail preview display behavior. Any other option that makes sense can be put on the settings too.
Helping make the plugin awesome-er!
Thanks for the input @ mendezcode,
I’ve updated the plugin, recoding it in an OOP fashion in the process 🙂 I’ve added the efi/settings filter, take a look at the new documentation at
https://wordpress.org/plugins/easy-featured-images/
Daniel
Now we’re talking! Thanks for considering the improvements.
Also, on a side note, perhaps you’d want to change the year in the changelog, unless you travelled back in time to implement the changes. If that’s the case then it’s totally fine! 😀
No worries, let me know if you need anything else (let’s use the support forum though 🙂 )
Daniel
I did use a time machine, but I’ve “corrected” the issue to make sure no one notices! 🙂
Thanks 🙂