Easy Add Thumbnail

Checks if you defined the post thumbnail, and if not it sets the thumbnail to the first uploaded image for that post. So easy like that…

Author:Samuel Aguilera (profile at wordpress.org)
WordPress version required:4.7
WordPress version tested:6.3.1
Plugin version:1.1.3
Added to WordPress repository:18-03-2010
Last updated:05-10-2023
Rating, %:90
Rated by:51
Plugin URI:http://wordpress.org/extend/plugins/easy-add-...
Total downloads:161 514
Active installs:10 000+
plugin download
Click to start download

NOTE: This plugin functionality is guaranteed by more than 10,000 active installs. But before installing this plugin bear in mind that its only purpose is to ADD the feature image ID to your post (in the same way that you would do using WP editor), it does not remove ANYTHING after deactivation.
Before asking for support please read FAQ and this support thread

How it works?

Checks if the post (any post type with thumbnail support, including pages) has already a featured image associated, and if not sets it using one of the following methods:

  1. Dynamically, for old published posts, the featured images are set only when needed to show them in the frontend. This means that the featured image is set (only first time) when a visitor loads the page where it needs to be shown.

  2. For new content, the featured image is set in the publishing process.

No options page to setup, simply install and activate.

If you want to exclude certain post type (e.g. pages), you can do it by using a filter. See FAQ for more details.

Easy Add Thumbnail doesn’t add any plugin data to your WordPress database. It simply adds the _thumbnail_id meta key with the ID of the attachment to be used as feature image (just the same that WordPress does when you set it manually).

Therefore it requires to have attached/uploaded at least one image to the post. If there’s not any image attached to the post, this plugin can’t help you.

Easy Add Thumbnail has not any control over how/when/where your featured image is displayed in your site, the display of the featured image in your site is TOTALLY controlled by your theme, this includes size, position, display it or not…

Requirements

  • WordPress 4.7 or higher.
  • PHP 5.6 or higher.

FAQ
ChangeLog