Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo import…
About Easy Add Thumbnail
The Easy Add Thumbnail plugin allows you to easily add a featured image to your posts or pages. It does not remove anything after deactivation and does not have an options page. The plugin requires WordPress 4.7 or higher and PHP 5.6 or higher.Frequently asked questions
How does Easy Add Thumbnail work?
It checks if a post (any post type with thumbnail support) has a featured image. If not, it sets the first uploaded image as the featured image. For old posts, this happens dynamically when needed; for new content, it occurs during publishing.
Does Easy Add Thumbnail add extra data to my database?
No, it only adds the '_thumbnail_id' meta key with the attachment ID, just like WordPress does when you set it manually. It does not add any plugin-specific data to your WordPress database.
What happens if I deactivate the plugin?
The plugin does not remove anything after deactivation. It only adds the featured image ID to your post, similar to how you would do it using the WordPress editor.
Are there any setup options for Easy Add Thumbnail?
No, there is no options page to set up. You simply install and activate the plugin. You can exclude certain post types using a filter, as detailed in the FAQ.
What are the requirements for Easy Add Thumbnail?
The plugin requires WordPress 4.7 or higher and PHP 5.6 or higher to function correctly.
Changelog
1.1.3
- More changes for coding standards, now the entire file is 100% conform to WordPress Coding Standards. This doesn’t means any change in the plugin functionality, it’s just code cosmetic.
1.1.2
- Minor coding standards changes
1.1.1
- Added ‘eat_exclude_types’ filter to allow excluding post types from the process
- Minor code cleanup and more comments added
1.1
- Changed plugin code to be WordPres 3.7 or higher compatible. So now WordPress 3.7 or higher is required and older WordPress versions are not supported.
- Cleanup some code not needed after raising min. required version to 3.7
1.0.2
- When updating the readme.txt I copied by error another plugin readme to trunk, causing the plugin closed by WordPress.org staff. This release is only to fix the mistake made with readme as requested by WordPress.org staff. Sorry!!
1.0.1
- Hooks added to set the thumbnail when publishing too.
1.0
- Initial release.