'product', 'posts_per_page' => 1, 'product_cat' => 'camisa' ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>

    Shoes

  • post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_catalog'); else echo 'Placeholder'; the_title( '

    ', '

    ' ); echo ''. $product->get_price_html() .''; ?>
    post, $product ); ?>