Post images are not displayed on the front page

Something that generates the image links is broken. You are not getting a valid src attribute in the title tag. The result is:

<p class="thumb">
    <a href="http://paper-backgrounds.com/red-grunge-concrete-texture-3/" title="Red Grunge Concrete Texture">
    <img src="undefined" alt="Red Grunge Concrete Texture" height="132" width="236">
    </a>
</p>

Without that src attribute the image can’t load.

As you don’t post the code that generated that HTML I can’t say exactly how to fix it, but should you post that code (as an edit to the question) I am pretty sure it is an easy fix.