Easy Add Thumbnail

0

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

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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.