2015-01-02, 08:23:19
To get the image URL only, use the {{ post_image_url }} placeholder. Example:
Code:
<a href="{{ post_link }}"><img src="{{ post_image_url }}" alt="{{ post_title }}" /></a>