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.
FAQ
- 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, sohas_post_thumbnail()
returns false.To display the thumbnail without fail remove any if conditions to just leave the
get_the_post_thumbnail()
functionfor example, change this
Some other html
to this
Reviews
Contributors & Developers
“Default Post Thumbnail Image” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Default Post Thumbnail Image” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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