Title: Easy Featured Images
Author: danielpataki
Published: <strong>March 14, 2015</strong>
Last modified: May 5, 2015

---

Search plugins

![](https://ps.w.org/easy-featured-images/assets/banner-772x250.png?rev=1112388)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/easy-featured-images/assets/icon-256x256.png?rev=1112388)

# Easy Featured Images

 By [danielpataki](https://profiles.wordpress.org/danielpataki/)

[Download](https://downloads.wordpress.org/plugin/easy-featured-images.zip)

 * [Details](https://wordpress.org/plugins/easy-featured-images/#description)
 * [Reviews](https://wordpress.org/plugins/easy-featured-images/#reviews)
 *  [Installation](https://wordpress.org/plugins/easy-featured-images/#installation)
 * [Development](https://wordpress.org/plugins/easy-featured-images/#developers)

 [Support](https://wordpress.org/support/plugin/easy-featured-images/)

## Description

Easy Featured Images allows you to assign featured images to posts much more efficiently,
especially if you have a number of posts to go through. Normally you have to visit
the edit page of each post, launch the media window and upload/assign the image.

With the plugin enabled you can do this from the post list screen. Everything words
via AJAX so images are assigned instantly, without having to wait for pages to load.
It uses the regular WordPress media box making the plugin 100% WordPress awesome.

Easy Featured Images also support **WooCommerce**, yay!

You can use the `efi/post_types` filter to modify the array of post types that the
plugin’s functionality is assigned to. Return the final list of post types you want
the plugin to be applied to:

    ```
    add_filter( 'efi/post_types', 'my_post_type_images' );
    function my_post_type_images( $post_types ) {
        unset( $post_types['page'] );
    }
    ```

As of 1.2.0 the plugin has an `efi/settings` filter which allows developers to change
some settings. For now the only setting available is `show_thumbnail_preview` which
can be set to true or false.

    ```
    add_filter( 'efi/settings', 'my_efi_settings' );
    function my_efi_settings( $settings ) {
        $settings['show_thumbnail_preview'] = false;
        return $settings
    }
    ```

#### Thanks

 * [Tom McFarlin](https://tommcfarlin.com/the-wordpress-media-uploader/) for the
   basis of the Javascript that initiates the media uploader
 * [Cole Patrick](https://unsplash.com/colepatrick) for the fantastic photo for 
   the plugin’s featured image
 * [Thomas Meyer](https://github.com/tmconnect) for the German translation.

## Screenshots

[⌊The post edit screen⌉⌊The post edit screen⌉[

The post edit screen

[⌊WooCommerce Support⌉⌊WooCommerce Support⌉[

WooCommerce Support

## Installation

#### Automatic Installation

Installing this plugin automatically is the easiest option. You can install the 
plugin automatically by going to the plugins section in WordPress and clicking Add
New. Type “Easy Featured Images” in the search bar and install the plugin by clicking
the Install Now button.

#### Manual Installation

To manually install the plugin you’ll need to download the plugin to your computer
and upload it to your server via FTP or another method. The plugin needs to be extracted
in the `wp-content/plugins` folder. Once done you should be able to activate it 
as usual.

If you are having trouble, take a look at the [Managing Plugins](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation)
section in the WordPress Codex, it has more information on this topic.

## Reviews

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

### 󠀁[Very Handy](https://wordpress.org/support/topic/very-handy-137/)󠁿

 [PhilipBarrington](https://profiles.wordpress.org/philipbarrington/) August 18,
2017

Really very simple tool at the back end. A number of plug ins I use require featured
images for display, and this helps me track them down and add or edit them quickly
without drilling down into full edit. Thank you very much.

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

### 󠀁[Awesome](https://wordpress.org/support/topic/awesome-2778/)󠁿

 [chillmen](https://profiles.wordpress.org/chillmen/) September 3, 2016

Very usefull, clean and perfect. one suggestion is to add an option to change by/
select images from those assigned to same post. Thank you

 [ Read all 7 reviews ](https://wordpress.org/support/plugin/easy-featured-images/reviews/)

## Contributors & Developers

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

Contributors

 *   [ danielpataki ](https://profiles.wordpress.org/danielpataki/)

[Translate “Easy Featured Images” into your language.](https://translate.wordpress.org/projects/wp-plugins/easy-featured-images)

### Interested in development?

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

## Changelog

#### 1.2.0 (2015-05-05)

 * Added the efi/settings filter which allows plugins/themes to overwrite basic 
   settings. For now this is just the usage of the medium size image popout.
 * Recoded the plugin in an OOP fashion

#### 1.1.5 (2015-04-30)

 * Fixed a bug that may have prevented images working for some custom post types

#### 1.1.4 (2015-04-21)

 * WordPress 4.2 compatibility check

#### 1.1.3 (2015-04-20)

 * Added hook for modifying the post types
 * Added Hungarian translation

#### 1.1.2

 * Added proper translation support
 * Added German translation

#### 1.1.1

 * I made an oopsie which made WooCommerce thumbnails show up as well as well as
   our own. I have disciplined myself sufficiently.

#### 1.1.0

 * Now supports all post types
 * Added WooCommerce support – Easy Featured Images will replace the WooCommerce
   thumbnail in the admin list
 * Added a bit more documentation inside the main plugin file

#### 1.0.0

 * Initial Release.

## Meta

 *  Version **1.2.0**
 *  Last updated **11 years ago**
 *  Active installations **1,000+**
 *  WordPress version ** 3.5.0 or higher **
 *  Tested up to **4.2.39**
 * Tags
 * [ajax](https://wordpress.org/plugins/tags/ajax/)[featured images](https://wordpress.org/plugins/tags/featured-images/)
   [media](https://wordpress.org/plugins/tags/media/)
 *  [Advanced View](https://wordpress.org/plugins/easy-featured-images/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/easy-featured-images/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/easy-featured-images/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/easy-featured-images/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/easy-featured-images/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/easy-featured-images/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/easy-featured-images/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/easy-featured-images/reviews/)

## Contributors

 *   [ danielpataki ](https://profiles.wordpress.org/danielpataki/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/easy-featured-images/)