this is what i would like to do... In my site,each post can have several pictures, but also each post has an attached picture called: thumbnail {name of my post}, this specific picture was attached to the post with the multimedia gallery, and the objective of this picture is to appear in the category list.
<article>
<p class="the-picture"><img src="url-of-the-picture" /></a>
<p class="the-post-title"><a href="url-of-the-post">The post title</a></p>
<p class="the-post-excerpt">The post excerpt</p>
</article>
So basically that's what i want to do, Maybe using get_post() but i can't figure out how to do it from outside the post. Thanks for your help