Similar Post Widget (help adding thumbnails)
Similar Listings plugin, tyring to get thumbs working. Right now it can only pull:
<img src="{imagesrc}" style="padding-right:10px; float:left;" width="55" />
an image out of the body of the post.
Let's find a way to point it to the Post Thumbnail as added by Classipress:
<div id="thumbs-pic">
<?php if(get_post_meta($post->ID, 'images', true)) echo cp_get_image_thumbs_legacy($post->ID, get_option('thumbnail_size_w'), get_option('thumbnail_size_h'), $post->post_title); else cp_get_image_url_single($post->ID, 'thumbnail', $post->post_title, -1); ?>