this worked as a charm
<div class="thumbnail"><?php the_post_thumbnail(); ?></div>
your’re a genius man! forever respect to you!
thanks so much, we did some progress. now it’s showing the thumbnail picture but it ignores the css and alignments.
i guess the function should be placed somehow under <image> in order for the thumbnail to look nice and for the post summary to show up the way it was designed.
thanks! my index.php now looks like this:
<img src="<?php the_post_thumbnail(); ?>" />
actually i tried this before but no luck…
anyone else? 🙂