Liste des produits (paraît-il) …

    id; $args = array( 'post_type' => 'product', 'meta_key' => '_featured', 'posts_per_page' => 3, 'columns' => '3', 'meta_value' => 'yes' ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>