< ?php query_posts( array ( 'category_name' => ‘partenaires’, ‘posts_per_page’ => -1 ) );?>

< ?php if (have_posts()) : while (have_posts()) : the_post();?>

< ?php the_title();?>

< ?php if ( has_post_thumbnail() ) { ?>
< ?php the_post_thumbnail('full');} ?>
< ?php the_content(); ?>

< ?php endwhile; ?>
< ?php endif; ?>
< ?php edit_post_link('Edit this entry.', '

‘,  »); ?>