<?php query_posts( $args ); while ( have_posts() ) : the_post(); the_post_thumbnail(); endwhile; wp_reset_query();?>
Is there a shortcode or can you give me some tips on how to achieve this ?
Thanks!
Start with that and build from there.
Here is an example of how I want to display the posts, maybe you misunderstood me.