Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Default featured image
This plugin allows you to set a default featured image for your WordPress site. If no featured image is set for a post or page, the default image will be displayed. You can find more information and support on the plugin's FAQ page and forum.Screenshots


Frequently asked questions
What does this plugin do?
This plugin allows you to add a default featured image to the media settings page. This image will be displayed for posts and pages that do not have a specific featured image set.
Where can I find the settings for this plugin?
You can find the settings for the default featured image on the media settings page within your WordPress admin area.
What happens if I don't set a featured image?
If no featured image is set for a post or page, the default featured image you configured using this plugin will be displayed instead.
Changelog
1.8.0
- Expose the DFI option via the rest API.
1.7.3
- PHP 7.4 and WP 6.2 are now required. This is to use the new WP_HTML_Tag_Processor functions.
- Fixed a bug where classes were overridden.
1.7.2.1
- Development is now done in git.
1.7.2
- Added extra context to a translation as suggested by Alex Lion
1.7.1
- Fixed weird SVN deployment bug.
1.7.0
- moved main class to it’s own file.
- Added second class that can hold exceptions with other plugins
- The first exception is for WP User Frontend
- The second exception is for WP All Import.
1.6.4
get_post_meta($post_id)without specifying the meta_key didn’t find the DFI. It will now even use an even deeper level and set it in the core cache.
1.6.3
- Fixed plugin header which blocked installing it.
1.6.2
- Plugin now follows WP coding standard
- Fixed a small bug where DFI overrides attachments featured images. mp3 has a music note by default, DFI should not override that.
1.6.1
- Small readme.txt update.
1.6
- On of the last fixes didn’t account for all situations.
1.5
- Fixed two small (and rare) warnings
- Added translation domain
1.4
- Added plugin images both the plugin header as the thumbnail. Based on the boat WP.org uses in it’s theme previews
- Fixed a bug where the ajax calls didn’t return the DFI forum thread
1.3
- Filter
dfi_thumbnail_idnow also returns the post ID of the post (or any postype) that is being called. See the FAQ for new examples
1.2
- Filter
dfi_thumbnail_idis now called in an earlier stage.
1.1
- Fixed inheriting classes of the image
1.0
- Plugin will now remove it’s setting on plugin removal
- added a default class to the
<img>tag, if it shows a default featured image - The default featured image will now also return with
get_post_thumbnail_id, making the chance that it fail far far smaller. - The image given in the media page is now validated
0.9
- Launch
