Default Post Thumbnail Image
Set a default thumbnail using an image from your gallery or use your gravatar for posts with no thumbnail set
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4131 days ago • 2 reviews
Is Default Post Thumbnail Image abandoned?
Possibly abandoned (last update 4131 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Set a default thumbnail using either an image from your image gallery or use your gravatar for posts with no thumbnail set.
This plugin requires your theme to have support for post thumbnails enabled.
Although no extra code needs to be added to your theme, some alterations might be required for trouble free usage.
Installation
- Upload the file and extract it in the /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to the Settings -> Media page and select an image.
Frequently Asked Questions
My selected post thumbnail does not show, why not?
Although this plugin hooks into the get_the_post_thumbnail() function to show your selected image it does not alter your posts, so has_post_thumbnail() returns false.
To display the thumbnail without fail remove any if conditions to just leave the get_the_post_thumbnail() function
for example, change this
Some other html
to this
Review feed
Screenshots
Changelog
Version 0.7
This version adds the option to choose a different users avatar to use instead of the site admin
Version 0.6
Initial release