Setup Default Feature Image Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Setup default feature image in wordpress post, page, custom post type all where.
You just need to go Settings > Default featured image than choose image from media which you want to keep as Default feature image in all post type.
For using this use need to use wordpress core function for it list is below
- the_post_thumbnail / get_the_post_thumbnail Display the image.
- the_post_thumbnail_url / get_the_post_thumbnail_url Get the url.
- has_post_thumbnail If a DFI is set it will always return true.
- get_post_thumbnail_id will return the ID set on the post or default image.