外掛說明
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.
安裝方式
- 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.
常見問題集
- 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
使用者評論
參與者及開發者
變更記錄
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