There is a possible bug in the Aggregate WordPress theme from Elegant Themes.
Thumbnails are rendered differently from single posts pages and from blog style templates. Thumbnails in single posts are using the ‘thumb’ class, are missing the white frame visible on other pages and appear broken when the thumbnail is smaller than the dimensions of the thumbnail. In addition, the size of the thumbnails is 200×200 instead of 184×184 like in blog pages.
The fixed code should go in the ‘Single.php’ file.
In short – edit ‘Single.php’ and :
- reduce the size of thumbnail to 184×184
- change the class of thumbnail to ‘et_pt_thumb alignleft’ instead of ‘thumb’
<?php if($thumb ”) { ?>
[/code]