Title: Default Post Thumbnail Image
Last modified: August 31, 2016

---

# Default Post Thumbnail Image

 *  Resolved [gneils](https://wordpress.org/support/users/gneils/)
 * (@gneils)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/default-post-thumbnail-image/)
 * Your theme is great! Thanks for creating and supporting it!
 * Our website doesn’t use post thumbnails. At least we don’t right now. If there
   is no thumbnail image for a post than a large default image comes up.
 * We could user a 1 pixel transparent gif I suppose. Maybe the file “content-single.
   php” could be updated. It adds the default image when there is no image. It would
   be better not to add any image if no thumbnail is available.
 *     ```
       else
   
       			{
       				//To display the default featured image in posts
       				$img_url = esc_url(get_template_directory_uri() . '/images/default.png');
       ```
   
 *  echo “<img src={$img_url} >”;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [jyotisayed](https://wordpress.org/support/users/jyotisayed/)
 * (@jyotisayed)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/default-post-thumbnail-image/#post-7172148)
 * I understand that you do not want any default image for the post ..please give
   me some time i will work on it
 * Thanks
    Jyoti
 *  Theme Author [jyotisayed](https://wordpress.org/support/users/jyotisayed/)
 * (@jyotisayed)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/default-post-thumbnail-image/#post-7172182)
 * I have fixed this issue.Please download the new version of the theme estella 
   and this problem has been resolved.
 *  Thread Starter [gneils](https://wordpress.org/support/users/gneils/)
 * (@gneils)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/default-post-thumbnail-image/#post-7172186)
 * Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Default Post Thumbnail Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/estella/1.1.5/screenshot.png)
 * estella
 * [Support Threads](https://wordpress.org/support/theme/estella/)
 * [Active Topics](https://wordpress.org/support/theme/estella/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/estella/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/estella/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [gneils](https://wordpress.org/support/users/gneils/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/default-post-thumbnail-image/#post-7172186)
 * Status: resolved