Title: Default image for WordPress Post Thumbnails
Last modified: August 21, 2016

---

# Default image for WordPress Post Thumbnails

 *  Resolved Anonymous User 12851872
 * (@anonymized-12851872)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/default-image-for-wordpress-post-thumbnails/)
 * Hello,
    possible to have a default image for WordPress Post Thumbnails? Thumbnail?
   Thank You

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/default-image-for-wordpress-post-thumbnails/#post-4194713)
 * yes. open index.php and archive.php or any template and search this code
    `<?
   php echo dez_get_featured_post_image("<div class='post-thumb in-archive'>".$thepostlink,"
   </a></div>", 300, 300, "alignleft", "medium",dez_get_singular_cat('false'), the_title_attribute('
   echo=0'), false); ?>`
 * change the last parameter to ‘true’ without quote and insert your default images
   in images/ name post-default.png. best size around 300×300
 * and rename custom-sample.css to custom.css and add this
    `#custom .has_no_thumb.
   post-right { margin: 0px 0px 0px 320px; }`
 *  Thread Starter Anonymous User 12851872
 * (@anonymized-12851872)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/default-image-for-wordpress-post-thumbnails/#post-4194893)
 * Hi,
    thank you very much,this is when you have no picture to illustrate the article,
   I think it should be original in all themes. Thank You Again

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

The topic ‘Default image for WordPress Post Thumbnails’ is closed to new replies.

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

## Tags

 * [default](https://wordpress.org/support/topic-tag/default/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 2 replies
 * 2 participants
 * Last reply from: Anonymous User 12851872
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/default-image-for-wordpress-post-thumbnails/#post-4194893)
 * Status: resolved